Upgrade to Node v10
This commit is contained in:
parent
1eba2f09a3
commit
e6f7100bad
2 changed files with 12 additions and 10 deletions
|
@ -2,7 +2,7 @@ version: 2.0
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/node:8
|
||||
- image: circleci/node:10
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
- ./dist
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/node:8-browsers
|
||||
- image: circleci/node:10-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue