Skip to content

Commit

Permalink
feat/new circleci image (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuchard authored Dec 14, 2021
1 parent 451d0d0 commit 4e423e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:16-browsers'
# https://circleci.com/developer/images/image/cimg/node
- image: cimg/node:lts-browsers
steps:
- checkout
# Download and cache dependencies
Expand All @@ -22,7 +23,7 @@ jobs:

test-single-app:
docker:
- image: 'circleci/node:16-browsers'
- image: cimg/node:lts-browsers
steps:
- checkout
# Download and cache dependencies
Expand All @@ -37,7 +38,7 @@ jobs:

test-workspace-app-lib:
docker:
- image: 'circleci/node:16-browsers'
- image: cimg/node:lts-browsers
steps:
- checkout
# Download and cache dependencies
Expand Down

0 comments on commit 4e423e4

Please sign in to comment.