Skip to content

Commit

Permalink
Upgrade Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt0 committed Sep 12, 2023
1 parent c31d9f7 commit 56a5fb4
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 @@ -3,7 +3,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cimg/node:14.19-browsers
- image: cimg/node:20.6.0-browsers

working_directory: ~/react-chart-editor

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"last 8 years and not dead"
],
"volta": {
"node": "16.14.0",
"node": "20.6.0",
"yarn": "1.22.19"
},
"directories": {
Expand Down

0 comments on commit 56a5fb4

Please sign in to comment.