Skip to content

Commit

Permalink
upgrade node to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
edison-cy-yang committed Nov 13, 2024
1 parent 019b165 commit 4891486
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
references:
container_config: &container_config
docker:
- image: cimg/node:18.15.0
- image: cimg/node:22.11.0
working_directory: ~/atlantis

restore_repo: &restore_repo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"jest-environment-jsdom": "^29.5.0"
},
"engines": {
"node": "18",
"node": "22",
"npm": "10"
},
"overrides": {
Expand Down

0 comments on commit 4891486

Please sign in to comment.