We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d877c commit ac99a21Copy full SHA for ac99a21
.circleci/config.yml
@@ -9,7 +9,7 @@ references:
9
CIRCLE_TEST_REPORTS: /tmp/test_results
10
11
docker-image: &docker-image
12
- - image: circleci/node:10.16.3-browsers
+ - image: circleci/node:12.13.0-browsers
13
14
setup-results-and-artifacts: &setup-results-and-artifacts
15
name: Create Directories for Results and Artifacts
.nvmrc
@@ -1 +1 @@
1
-10.16.3
+12.13.0
Dockerfile
@@ -1,4 +1,4 @@
-FROM node:10.16.3
+FROM node:12.13.0
2
LABEL maintainer="Automattic"
3
4
WORKDIR /calypso
0 commit comments