Skip to content

Commit 56a5fb4

Browse files
committed
Upgrade Node.js to v20
1 parent c31d9f7 commit 56a5fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
docker:
55
# specify the version you desire here
6-
- image: cimg/node:14.19-browsers
6+
- image: cimg/node:20.6.0-browsers
77

88
working_directory: ~/react-chart-editor
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"last 8 years and not dead"
143143
],
144144
"volta": {
145-
"node": "16.14.0",
145+
"node": "20.6.0",
146146
"yarn": "1.22.19"
147147
},
148148
"directories": {

0 commit comments

Comments
 (0)