Skip to content

Commit e2456cb

Browse files
authoredJan 16, 2024
chore(deps): update node.js to v21.6
1 parent e83d08f commit e2456cb

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

0 commit comments

Comments
 (0)