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 d4127a5 commit 60e9bb1Copy full SHA for 60e9bb1
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
build:
20
working_directory: ~/guesswork
21
docker:
22
- - image: circleci/node:8.11.1@sha256:cc078ac24326b6ba3e28eb1adb7f300fec7c17d2756850a2ffa436d18d629ddc
+ - image: circleci/node:8.12.0@sha256:9c50ffad1d2b11fde9cab2f2c723e02995b08ba3dd8aa36f91f052239bec89aa
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.11.1
+8.12.0
0 commit comments