Skip to content

Commit 88b50e6

Browse files
chore(deps): update node.js to v20.19.5
1 parent 3eca1c4 commit 88b50e6

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-azure-storage
1919
docker:
20-
- image: cimg/node:20.3
20+
- image: cimg/node:20.19
2121
steps:
2222
- checkout
2323
- restore_cache:
@@ -36,7 +36,7 @@ jobs:
3636
integration_tests:
3737
working_directory: ~/nest-azure-storage
3838
docker:
39-
- image: cimg/node:20.3
39+
- image: cimg/node:20.19
4040
steps:
4141
- checkout
4242
- *restore-cache

0 commit comments

Comments
 (0)