Skip to content

Commit

Permalink
Bump development Node.js to v22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Dec 23, 2024
1 parent 6b048e2 commit eb7a682
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
test-node20:
executor:
name: node
version: '20.17.0' # Specify LTS version for development
version: '20.18'
steps:
- prepare
- lint
Expand All @@ -114,7 +114,7 @@ jobs:
test-node22:
executor:
name: node
version: '22.7'
version: '22.12.0' # Specify LTS version for development
steps:
- prepare
- lint
Expand All @@ -127,15 +127,15 @@ workflows:
- test-node18:
requires:
- audit
context:
- Codecov
# context:
# - Codecov
- test-node20:
requires:
- audit
context:
- Codecov
# context:
# - Codecov
- test-node22:
requires:
- audit
context:
- Codecov
# context:
# - Codecov
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: marp-team/actions@v1
with:
task: release
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
22.12.0

0 comments on commit eb7a682

Please sign in to comment.