Skip to content

Commit b7ef82c

Browse files
committed
ci: change node version
1 parent ce3e9ea commit b7ef82c

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
build:
44
docker:
5-
- image: node:8.0
5+
- image: node:9.5
66
steps:
77
- checkout
88

@@ -21,4 +21,4 @@ jobs:
2121

2222
- run: yarn test
2323

24-
- run: bash <(curl -s https://codecov.io/bash)
24+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)