Skip to content

Commit a1a439e

Browse files
Merge pull request #1924 from nestjs/renovate/cimg-node-22.x
chore(deps): update node.js to v22.15.0
2 parents a3619b4 + 20cd667 commit a1a439e

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
@@ -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
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

0 commit comments

Comments
 (0)