Skip to content

Commit c7d4cd1

Browse files
committed
Revert "Revert "Node: Update to LTS 12 Erbium (#37031)" (#37298)"
This reverts commit ea786b6.
1 parent 41be9dc commit c7d4cd1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.16.3
1+
12.13.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10.16.3
1+
FROM node:12.13.0
22
LABEL maintainer="Automattic"
33

44
WORKDIR /calypso

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
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",

0 commit comments

Comments
 (0)