Skip to content

Commit 5a6b1f6

Browse files
committed
Not compatible with Node 10.
1 parent 66aef4e commit 5a6b1f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:10.15.1
5+
- image: circleci/node:8.11.4
66
steps:
77
- checkout
88
- run: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
@@ -18,7 +18,7 @@ jobs:
1818
- run: yarn run test
1919
publish:
2020
docker:
21-
- image: circleci/node:10.15.1
21+
- image: circleci/node:8.11.4
2222
steps:
2323
- checkout
2424
- run: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.15.1
1+
v8.11.4

0 commit comments

Comments
 (0)