Skip to content

Commit 51fd600

Browse files
authored
Merge pull request #43 from Wox-launcher/dependabot/github_actions/actions/setup-node-6
chore(deps): Bump actions/setup-node from 4 to 6
2 parents 91bf9af + 198f196 commit 51fd600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: 10
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: "lts/*"
2828
cache: "pnpm"

0 commit comments

Comments
 (0)