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 c472b09 commit 6d77225Copy full SHA for 6d77225
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:10.16.0
+ - image: circleci/node:12.14.1
6
working_directory: ~/repo
7
steps:
8
- checkout
@@ -20,7 +20,7 @@ jobs:
20
key: v1-dependencies-{{ checksum "package.json" }}
21
release:
22
23
24
25
26
- run: yarn install
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:10.16.3
+FROM node:12.14.1
WORKDIR /usr/src/app
0 commit comments