File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ references:
99 CIRCLE_TEST_REPORTS : /tmp/test_results
1010
1111 docker-image : &docker-image
12- - image : circleci/node:10.16.3 -browsers
12+ - image : circleci/node:12.13.0 -browsers
1313
1414 setup-results-and-artifacts : &setup-results-and-artifacts
1515 name : Create Directories for Results and Artifacts
Original file line number Diff line number Diff line change 1- 10.16.3
1+ 12.13.0
Original file line number Diff line number Diff line change 1- FROM node:10.16.3
1+ FROM node:12.13.0
22LABEL maintainer="Automattic"
33
44WORKDIR /calypso
Original file line number Diff line number Diff line change 212212 "yargs" : " 13.2.2"
213213 },
214214 "engines" : {
215- "node" : " ^10.16.3 " ,
216- "npm" : " ^6.9 .0"
215+ "node" : " ^12.13.0 " ,
216+ "npm" : " ^6.12 .0"
217217 },
218218 "scripts" : {
219219 "preanalyze-bundles" : " cross-env-shell CALYPSO_ENV=production EMIT_STATS=true NODE_ARGS=--max_old_space_size=8192 npm run -s build-client-evergreen" ,
You can’t perform that action at this time.
0 commit comments