Skip to content

Commit 5ef247a

Browse files
authored
Revert "Node: Update to LTS 12 Erbium (#37031)"
This reverts commit 695dd85.
1 parent 695dd85 commit 5ef247a

File tree

5 files changed

+100
-106
lines changed

5 files changed

+100
-106
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:12.13.0-browsers
12+
- image: circleci/node:10.16.3-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-
12.13.0
1+
10.16.3

Dockerfile

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

44
WORKDIR /calypso

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

Lines changed: 95 additions & 101 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": "^12.13.0",
215-
"npm": "^6.12.0"
214+
"node": "^10.16.3",
215+
"npm": "^6.9.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)