Skip to content

Commit 7f40d48

Browse files
committed
chore(deps): update dependency node to v20.19.1
1 parent 29e413b commit 7f40d48

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup node 20
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 20.19.0
16+
node-version: 20.19.1
1717

1818
- name: install
1919
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup node 20
5555
uses: actions/setup-node@v3
5656
with:
57-
node-version: 20.19.0
57+
node-version: 20.19.1
5858

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

0 commit comments

Comments
 (0)