Skip to content

Commit 27f40d0

Browse files
committed
chore(deps): update dependency node to v20.19.1
1 parent b20fd1d commit 27f40d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dist.yml

+1-1
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.1
1818

1919
- name: install
2020
run: npm ci

.github/workflows/test.yml

+1-1
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.1
2525

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

0 commit comments

Comments
 (0)