Skip to content

Commit

Permalink
Merge pull request #2930 from nestjs/renovate/cimg-node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v22
  • Loading branch information
kamilmysliwiec committed Jul 1, 2024
2 parents adb6561 + d286317 commit b7eeffd
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 @@ -25,7 +25,7 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: cimg/node:21.6
- image: cimg/node:22.3
steps:
- checkout
- run:
Expand All @@ -47,7 +47,7 @@ jobs:
unit_tests:
working_directory: ~/nest
docker:
- image: cimg/node:21.6
- image: cimg/node:22.3
steps:
- checkout
- *restore-cache
Expand All @@ -58,7 +58,7 @@ jobs:
e2e_tests:
working_directory: ~/nest
docker:
- image: cimg/node:21.6
- image: cimg/node:22.3
steps:
- checkout
- *restore-cache
Expand Down

0 comments on commit b7eeffd

Please sign in to comment.