Skip to content

Commit 7e3423d

Browse files
Merge 0c64f66 into ae1099c
2 parents ae1099c + 0c64f66 commit 7e3423d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: 10
2626

2727
- name: Use Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2929
with:
3030
node-version: 'lts/*'
3131
cache: 'pnpm'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: 10
4444

4545
- name: Install Node.js
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v6
4747
with:
4848
node-version: 22
4949
cache: 'pnpm'

0 commit comments

Comments
 (0)