Skip to content

Commit 4b025ac

Browse files
committed
chore(deps): update dependency node to v20.19.5
1 parent cf3185c commit 4b025ac

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node 20
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 20.19.4
17+
node-version: 20.19.5
1818

1919
- name: install
2020
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup node 20
5454
uses: actions/setup-node@v3
5555
with:
56-
node-version: 20.19.4
56+
node-version: 20.19.5
5757

5858
- name: Install package dependencies
5959
run: npm install

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/jest": "29.5.14",
1414
"@types/json-patch": "0.0.33",
1515
"@types/lodash": "4.17.20",
16-
"@types/node": "20.19.11",
16+
"@types/node": "20.19.12",
1717
"@types/tmp": "0.2.6",
1818
"@typescript-eslint/parser": "5.62.0",
1919
"@vercel/ncc": "0.38.3",

0 commit comments

Comments
 (0)