Skip to content

Commit edf19e6

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 9ebff1f commit edf19e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm i -g corepack@latest --force && corepack enable
4242

4343
- name: Setup Node.js
44-
uses: actions/setup-node@v4
44+
uses: actions/setup-node@v6
4545
with:
4646
node-version: 24.11.1
4747
cache: "pnpm"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm i -g corepack@latest --force && corepack enable
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: 24.11.1
3030
cache: "pnpm"

0 commit comments

Comments
 (0)