Skip to content

Commit 97fb2e4

Browse files
committed
try to fix CI
1 parent eec17ab commit 97fb2e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ defaults-js: &defaults-js
1111
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
1212
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
1313
docker:
14-
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
15-
command: /sbin/init
14+
- image: circleci/node:8
1615

1716
jobs:
1817
build:
@@ -23,7 +22,7 @@ jobs:
2322
- checkout
2423
- run: export PATH="$PATH:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
2524
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
26-
- run: nvm install 8.9.4 && nvm alias default 8.9.4
25+
- run: nvm install 8.12.0 && nvm alias default 8.12.0
2726
- restore_cache:
2827
keys:
2928
# This branch if available

0 commit comments

Comments
 (0)