Skip to content

Commit

Permalink
build: use CircleCI cimg/node images (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed May 8, 2023
1 parent d7812b7 commit 7e20bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -48,11 +48,11 @@ orbs:
jobs:
test-linux-14:
docker:
- image: circleci/node:14
- image: cimg/node:14.21
<<: *steps-ci
test-linux-16:
docker:
- image: circleci/node:16
- image: cimg/node:16.20
<<: *steps-ci
test-linux-18:
docker:
Expand Down

0 comments on commit 7e20bd5

Please sign in to comment.