Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
use node 10, not node 8, in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Dec 24, 2020
1 parent afe1f09 commit a539877
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ jobs:

build_web_init:
docker:
- image: circleci/node:8
- image: circleci/node:10
working_directory: ~/ship
steps:
- checkout
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- ship/web/init/package.json
build_web_app:
docker:
- image: circleci/node:8
- image: circleci/node:10
working_directory: ~/ship
steps:
- checkout
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:

ui:
docker:
- image: circleci/node:8
- image: circleci/node:10
working_directory: ~/ship
steps:
- checkout
Expand All @@ -527,7 +527,7 @@ jobs:

deploy_ship_init:
docker:
- image: circleci/node:8
- image: circleci/node:10
working_directory: ~/ship
steps:
- run: |
Expand Down

0 comments on commit a539877

Please sign in to comment.