Skip to content

Commit e05d361

Browse files
chore(deps): update node.js to v22.15.0
1 parent 4911a33 commit e05d361

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
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
working_directory: ~/nest
1919
docker:
20-
- image: cimg/node:22.14.0
20+
- image: cimg/node:22.15.0
2121
steps:
2222
- checkout
2323
- restore_cache:
@@ -35,7 +35,7 @@ jobs:
3535
e2e_test:
3636
working_directory: ~/nest
3737
docker:
38-
- image: cimg/node:22.14.0
38+
- image: cimg/node:22.15.0
3939
steps:
4040
- checkout
4141
- *restore-cache
@@ -46,7 +46,7 @@ jobs:
4646
test:
4747
working_directory: ~/nest
4848
docker:
49-
- image: cimg/node:22.14.0
49+
- image: cimg/node:22.15.0
5050
steps:
5151
- checkout
5252
- *restore-cache

0 commit comments

Comments
 (0)