Skip to content

Commit

Permalink
chore(deps): update node.js to v22.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 1feb194 commit ebbbb6b
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 @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: cimg/node:18.20.4
- image: cimg/node:22.8.0
working_directory: ~/repo
steps:
- checkout
Expand All @@ -20,7 +20,7 @@ jobs:

release:
docker:
- image: cimg/node:22.7.0
- image: cimg/node:22.8.0
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit ebbbb6b

Please sign in to comment.