Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 8e668bd

Browse files
chore(deps): update actions/setup-node action to v5
1 parent e0dce09 commit 8e668bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run_install: false
2828

2929
- name: Setup Node
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v5
3131
with:
3232
node-version: 22
3333
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_install: false
2525

2626
- name: Setup Node
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v5
2828
with:
2929
node-version: 22
3030
cache: 'pnpm'

0 commit comments

Comments
 (0)