We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31d9f7 commit 56a5fb4Copy full SHA for 56a5fb4
.circleci/config.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
docker:
5
# specify the version you desire here
6
- - image: cimg/node:14.19-browsers
+ - image: cimg/node:20.6.0-browsers
7
8
working_directory: ~/react-chart-editor
9
package.json
@@ -142,7 +142,7 @@
142
"last 8 years and not dead"
143
],
144
"volta": {
145
- "node": "16.14.0",
+ "node": "20.6.0",
146
"yarn": "1.22.19"
147
},
148
"directories": {
0 commit comments