Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
chore: update cimg/node docker tag to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 8113874 commit d6ffab6
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 @@ -20,17 +20,17 @@ commands:
jobs:
node-v18:
docker:
- image: cimg/node:18.20
- image: cimg/node:23.3
steps:
- run-test
node-v20:
docker:
- image: cimg/node:20.14
- image: cimg/node:23.3
steps:
- run-test
node-v22:
docker:
- image: cimg/node:22.3
- image: cimg/node:23.3
steps:
- run-test
workflows:
Expand Down

0 comments on commit d6ffab6

Please sign in to comment.