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.
node
12.19
1 parent f2f9946 commit f680bedCopy full SHA for f680bed
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
build:
5
docker:
6
- - image: circleci/node:10.12
+ - image: circleci/node:12.19
7
working_directory: ~/repo
8
steps:
9
- checkout
@@ -26,7 +26,7 @@ jobs:
26
key: v1-dependencies-{{ checksum "yarn.lock" }}
27
deploy:
28
29
- - image: circleci/node:10.1
30
31
32
.nvmrc
@@ -0,0 +1 @@
1
+12.19
0 commit comments