Skip to content

Commit 09b62ba

Browse files
authoredApr 16, 2024··
Merge pull request #1620 from nestjs/renovate/cimg-node-21.x
chore(deps): update node.js to v21.7
2 parents 3fd2e35 + 839650b commit 09b62ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
working_directory: ~/nest
1919
docker:
20-
- image: cimg/node:21.6
20+
- image: cimg/node:21.7
2121
steps:
2222
- checkout
2323
- run:
@@ -39,7 +39,7 @@ jobs:
3939
integration_tests:
4040
working_directory: ~/nest
4141
docker:
42-
- image: cimg/node:21.6
42+
- image: cimg/node:21.7
4343
steps:
4444
- checkout
4545
- *restore-cache

0 commit comments

Comments
 (0)
Please sign in to comment.