Skip to content

Commit

Permalink
Bump Node.js to v18.18.2
Browse files Browse the repository at this point in the history
Note: CircleCI image is still using 18.18.1 due to unavailable the
latest image.
  • Loading branch information
yhatt committed Oct 15, 2023
1 parent 8a486b1 commit 394bc62
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 @@ -125,7 +125,7 @@ jobs:
test-node18:
executor:
name: node
version: '18.17.0' # Specify LTS version for development
version: '18.18.1' # 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.17.0
18.18.2

0 comments on commit 394bc62

Please sign in to comment.