Skip to content

Commit

Permalink
ci: use node v22 for pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 23, 2024
1 parent 708fbc6 commit 507a838
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 @@ -25,7 +25,7 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: cimg/node:21.7
- image: cimg/node:22.10.0
steps:
- checkout
- *restore-cache
Expand All @@ -38,7 +38,7 @@ jobs:
e2e_tests:
working_directory: ~/nest
docker:
- image: cimg/node:21.7
- image: cimg/node:22.10.0
steps:
- checkout
- *restore-cache
Expand Down

0 comments on commit 507a838

Please sign in to comment.