Skip to content

Commit

Permalink
Revert "Build: Node 12 attempt 3" (#37607)
Browse files Browse the repository at this point in the history
This reverts commit 15d30fe.
  • Loading branch information
blowery authored Nov 14, 2019
1 parent 15d30fe commit eb5e133
Show file tree
Hide file tree
Showing 7 changed files with 517 additions and 11,322 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ references:
CIRCLE_TEST_REPORTS: /tmp/test_results

docker-image: &docker-image
- image: circleci/node:12.13.0-browsers
- image: circleci/node:10.16.3-browsers

setup-results-and-artifacts: &setup-results-and-artifacts
name: Create Directories for Results and Artifacts
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.13.0
10.16.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.13.0
FROM node:10.16.3
LABEL maintainer="Automattic"

WORKDIR /calypso
Expand Down
609 changes: 289 additions & 320 deletions apps/full-site-editing/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit eb5e133

Please sign in to comment.