Skip to content

Commit 450b49c

Browse files
Update actions/setup-node action to v6
1 parent ad61b49 commit 450b49c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333
- name: Setup Node
34-
uses: actions/setup-node@v4
34+
uses: actions/setup-node@v6
3535
with:
3636
node-version: 24
3737
cache: npm # or pnpm / yarn

0 commit comments

Comments
 (0)