Skip to content

Commit d7f65fa

Browse files
chore(deps): update node.js to v22.15.0
1 parent a051e3c commit d7f65fa

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.14.0
24+
- image: cimg/node:22.15.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.14.0
43+
- image: cimg/node:22.15.0
4444
steps:
4545
- checkout
4646
- *restore-cache

0 commit comments

Comments
 (0)