Skip to content

Commit 8f23f0c

Browse files
chore(deps): update node.js to v22.16.0
1 parent 48f5584 commit 8f23f0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
working_directory: ~/nest
2727
docker:
28-
- image: cimg/node:22.15.0
28+
- image: cimg/node:22.16.0
2929
steps:
3030
- checkout
3131
- restore_cache:
@@ -44,7 +44,7 @@ jobs:
4444
unit_tests:
4545
working_directory: ~/nest
4646
docker:
47-
- image: cimg/node:22.15.0
47+
- image: cimg/node:22.16.0
4848
steps:
4949
- checkout
5050
- *restore-cache
@@ -55,7 +55,7 @@ jobs:
5555
e2e_tests:
5656
working_directory: ~/nest
5757
docker:
58-
- image: cimg/node:22.15.0
58+
- image: cimg/node:22.16.0
5959
steps:
6060
- checkout
6161
- *restore-cache

0 commit comments

Comments
 (0)