Skip to content

Commit 973a22f

Browse files
committed
chore(deps): update dependency node to v20.19.2
1 parent 1fed82e commit 973a22f

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node 20
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 20.19.0
19+
node-version: 20.19.2
2020

2121
- name: install
2222
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup node 20
5050
uses: actions/setup-node@v3
5151
with:
52-
node-version: 20.19.0
52+
node-version: 20.19.2
5353

5454
- name: Install package dependencies
5555
run: npm install

0 commit comments

Comments
 (0)