Skip to content

Commit ac99a21

Browse files
committed
Update to latest LTS (Node v12)
1 parent 51d877c commit ac99a21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

0 commit comments

Comments
 (0)