Skip to content

Commit 5754b50

Browse files
chore(deps): update node.js to v22.19.0
1 parent 8e6cdbd commit 5754b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
working_directory: ~/nest
2323
docker:
24-
- image: cimg/node:22.17.1
24+
- image: cimg/node:22.19.0
2525
steps:
2626
- checkout
2727
- restore_cache:
@@ -40,7 +40,7 @@ jobs:
4040
unit_tests:
4141
working_directory: ~/nest
4242
docker:
43-
- image: cimg/node:22.17.1
43+
- image: cimg/node:22.19.0
4444
steps:
4545
- checkout
4646
- *restore-cache

0 commit comments

Comments
 (0)