Skip to content

Commit 086c480

Browse files
authoredFeb 7, 2024
Merge pull request #1472 from nestjs/renovate/cimg-node-21.x
chore(deps): update node.js to v21.6
2 parents 86116db + 816977e commit 086c480

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.0
20+
- image: cimg/node:21.6
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.0
42+
- image: cimg/node:21.6
4343
steps:
4444
- checkout
4545
- *restore-cache

0 commit comments

Comments
 (0)
Please sign in to comment.