Skip to content

Commit

Permalink
Upgrade development Node.js to the latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Aug 30, 2024
1 parent c481ff8 commit 7c9df18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.13.1' # Specify LTS version for development
version: '20.17.0' # Specify LTS version for development
steps:
- prepare
- lint
Expand All @@ -114,7 +114,7 @@ jobs:
test-node22:
executor:
name: node
version: '22.2'
version: '22.7'
steps:
- prepare
- lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.17.0

0 comments on commit 7c9df18

Please sign in to comment.