Skip to content

Commit 1d8fa36

Browse files
Update actions/setup-node action to v6
1 parent a5c81ee commit 1d8fa36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
run_install: true # package manager version is in package.json
2828
- name: Setup Node
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: "24"
3232
cache: pnpm

.github/workflows/fetch-event-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
run_install: true
2323
- name: Set up Node.js
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: '22.x' # Or any version you prefer
2727
cache: pnpm

0 commit comments

Comments
 (0)