Skip to content

Commit

Permalink
chore: update node image during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbieh committed May 24, 2020
1 parent 1a5e214 commit 17c821f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
setup:
docker:
- image: circleci/node:10.15
- image: circleci/node:14.3
steps:
- add_ssh_keys:
fingerprints:
Expand All @@ -26,7 +26,7 @@ jobs:

lint:
docker:
- image: circleci/node:10.15
- image: circleci/node:14.3
working_directory: ~/repo
steps:
- checkout
Expand All @@ -38,7 +38,7 @@ jobs:

test:
docker:
- image: circleci/node:10.15
- image: circleci/node:14.3
working_directory: ~/repo
steps:
- checkout
Expand All @@ -50,7 +50,7 @@ jobs:

typecheck:
docker:
- image: circleci/node:10.15
- image: circleci/node:14.3
working_directory: ~/repo

steps:
Expand All @@ -63,7 +63,7 @@ jobs:

publish:
docker:
- image: circleci/node:10.15
- image: circleci/node:14.3
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 17c821f

Please sign in to comment.