Skip to content

Commit

Permalink
Update from circleci to cimg docker image namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Johnston committed Jun 2, 2022
1 parent 4c9ed2e commit ad643e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/node:14.18.2
- image: cimg/node:12.18.4
steps:
- checkout
- run: npm install -q
Expand All @@ -20,7 +20,7 @@ jobs:
snyk code test || true
snyk_oss_test:
docker:
- image: circleci/node:4.8.2
- image: cimg/node:lts
steps:
- checkout
- snyk/scan:
Expand Down

0 comments on commit ad643e2

Please sign in to comment.