Skip to content

Commit 037064f

Browse files
committed
chore(deps): update dependency node to v20.19.2
1 parent 86064ba commit 037064f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0
17+
node-version: 20.19.2
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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node 20
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 20.19.0
24+
node-version: 20.19.2
2525

2626
- name: Install package dependencies
2727
run: npm install

0 commit comments

Comments
 (0)