Upgrade to Node v10

This commit is contained in:
Jon Buckley
2018-12-14 16:18:43 -05:00
parent 1eba2f09a3
commit e6f7100bad
2 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -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: