Skip to content

Commit

Permalink
Fix Node versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjwest committed Aug 18, 2023
1 parent fe6a375 commit 3ec4822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ references:
cimg/node:18.13.0

node-14-latest: &node-14-latest
cimg/node:14
cimg/node:14.21
node-16-latest: &node-16-latest
cimg/node:16
cimg/node:16.19
node-18-latest: &node-18-latest
cimg/node:18
cimg/node:18.13



Expand Down

0 comments on commit 3ec4822

Please sign in to comment.