Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 8042641

Browse files
committed
Update CircleCI env to Node 8
1 parent 5b9f78b commit 8042641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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
test:
44
docker:
5-
- image: circleci/node:4-browsers
5+
- image: circleci/node:8-browsers
66
steps:
77
- checkout
88
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
@@ -18,7 +18,7 @@ jobs:
1818
path: junit-reports
1919
publish:
2020
docker:
21-
- image: circleci/node:4-browsers
21+
- image: circleci/node:8-browsers
2222
steps:
2323
- checkout
2424
- attach_workspace: { at: . }

0 commit comments

Comments
 (0)