There was an error while loading. Please reload this page.
1 parent 66aef4e commit 5a6b1f6Copy full SHA for 5a6b1f6
2 files changed
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:10.15.1
+ - image: circleci/node:8.11.4
6
steps:
7
- checkout
8
- run: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
@@ -18,7 +18,7 @@ jobs:
18
- run: yarn run test
19
publish:
20
21
22
23
24
.nvmrc
@@ -1 +1 @@
1
-v10.15.1
+v8.11.4
0 commit comments