Skip to content

Commit 1bbc073

Browse files
chore(deps): update node.js to v20
1 parent d1bd75f commit 1bbc073

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:19.6
22+
- image: cimg/node:20.3
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:19.6
44+
- image: cimg/node:20.3
4545
steps:
4646
- checkout
4747
- restore_cache:

0 commit comments

Comments
 (0)