Skip to content

Commit 1e24adc

Browse files
chore(deps): update node.js to v18.14
1 parent fbd8ef2 commit 1e24adc

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

0 commit comments

Comments
 (0)