Skip to content

Commit

Permalink
Bump Node.js LTS version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jun 4, 2023
1 parent 118e994 commit 73c1e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
test-node18:
executor:
name: node
version: '18.12.1' # Specify LTS version for development
version: '18.16.0' # Specify LTS version for development
steps:
- prepare
- lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
18.16.0

0 comments on commit 73c1e96

Please sign in to comment.