Skip to content

Commit eab9b40

Browse files
authored
Revert "Revert "Node: Update to LTS 12 Erbium (#37031)" (#37298)"
This reverts commit ea786b6.
1 parent ea786b6 commit eab9b40

File tree

5 files changed

+106
-100
lines changed

5 files changed

+106
-100
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

apps/full-site-editing/package-lock.json

Lines changed: 101 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@
211211
"yargs": "13.2.2"
212212
},
213213
"engines": {
214-
"node": "^10.16.3",
215-
"npm": "^6.9.0"
214+
"node": "^12.13.0",
215+
"npm": "^6.12.0"
216216
},
217217
"scripts": {
218218
"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)