Skip to content

Commit

Permalink
build: use CircleCI cimg/node images (#135)
Browse files Browse the repository at this point in the history
* build: use CircleCI cimg/node images

Older images are deprecated

* build: fix image version numbers
  • Loading branch information
dsanders11 authored Feb 7, 2023
1 parent f2809d9 commit 532ad2d
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 @@ -21,11 +21,11 @@ orbs:
jobs:
test-linux-14:
docker:
- image: circleci/node:14
- image: cimg/node:14.21
<<: *steps-test
test-linux-16:
docker:
- image: circleci/node:16
- image: cimg/node:16.19
<<: *steps-test

workflows:
Expand Down

0 comments on commit 532ad2d

Please sign in to comment.