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

Commit 6f02ccc

Browse files
committed
Bump version of node used in CircleCI
1 parent 6a0c61d commit 6f02ccc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
defaults: &defaults
44
docker:
5-
- image: circleci/node:7.10
5+
- image: circleci/node:8
66
working_directory: ~/project
77

88
jobs:
@@ -33,21 +33,21 @@ jobs:
3333
root: .
3434
paths: .
3535
lint:
36-
<<: *defaults
37-
steps:
38-
- attach_workspace:
39-
at: ~/project
40-
- run: |
41-
yarn run lint
36+
<<: *defaults
37+
steps:
38+
- attach_workspace:
39+
at: ~/project
40+
- run: |
41+
yarn run lint
4242
unit-tests:
43-
<<: *defaults
44-
steps:
45-
- attach_workspace:
46-
at: ~/project
47-
- run: yarn test -- --coverage
48-
- store_artifacts:
49-
path: coverage
50-
destination: coverage
43+
<<: *defaults
44+
steps:
45+
- attach_workspace:
46+
at: ~/project
47+
- run: yarn test -- --coverage
48+
- store_artifacts:
49+
path: coverage
50+
destination: coverage
5151

5252
workflows:
5353
version: 2

0 commit comments

Comments
 (0)