Skip to content

Commit 17c83d2

Browse files
chore(deps): update node.js to v19
1 parent c1bd932 commit 17c83d2

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
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
working_directory: ~/nest
2121
docker:
22-
- image: cimg/node:18.14
22+
- image: cimg/node:19.6
2323
steps:
2424
- checkout
2525
- restore_cache:
@@ -41,7 +41,7 @@ jobs:
4141
unit_tests:
4242
working_directory: ~/nest
4343
docker:
44-
- image: cimg/node:18.14
44+
- image: cimg/node:19.6
4545
steps:
4646
- checkout
4747
- restore_cache:

0 commit comments

Comments
 (0)