Skip to content

Commit 89fa3d7

Browse files
Merge pull request #1943 from nestjs/renovate/cimg-node-19.x
chore(deps): update node.js to v19.7
2 parents 310f0e8 + 37f8fbf commit 89fa3d7

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:19.6
24+
- image: cimg/node:19.7
2525
steps:
2626
- checkout
2727
- run:
@@ -43,7 +43,7 @@ jobs:
4343
unit_tests:
4444
working_directory: ~/nest
4545
docker:
46-
- image: cimg/node:19.6
46+
- image: cimg/node:19.7
4747
steps:
4848
- checkout
4949
- *restore-cache

0 commit comments

Comments
 (0)