Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v23.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 2535670 commit bcdd6bd
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 @@ -6,7 +6,7 @@ orbs:
jobs:
lint:
docker:
- image: cimg/node:23.3.0
- image: cimg/node:23.5.0
steps:
- checkout
- run: npm ci
Expand All @@ -17,15 +17,15 @@ jobs:

formatting:
docker:
- image: cimg/node:23.3.0
- image: cimg/node:23.5.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

test:
docker:
- image: cimg/node:23.3.0
- image: cimg/node:23.5.0
steps:
- checkout
- run: npm ci
Expand Down

0 comments on commit bcdd6bd

Please sign in to comment.