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 e483a54 commit 75d2b9eCopy full SHA for 75d2b9e
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
build:
20
working_directory: ~/guesswork
21
docker:
22
- - image: circleci/node:8.12.0@sha256:a44f73432310d38236bec7a6b7acc1eaa57fa56171e4e698d264bbbaaa5f1b97
+ - image: circleci/node:8.14.0@sha256:04b212ad5c613ae096cff10d2960f6fc0029a11270e32666a3b77df0e27ed79d
23
steps:
24
- checkout
25
- run:
@@ -45,7 +45,7 @@ jobs:
45
release:
46
47
48
49
50
51
- run: npm install
.nvmrc
@@ -1 +1 @@
1
-8.12.0
+8.14.0
0 commit comments