Skip to content

Commit 0fbffaa

Browse files
authored
Merge pull request #9 from Choochmeque/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents b2e41f6 + 4ae1144 commit 0fbffaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

2929
# Node + registry auth
30-
- uses: actions/setup-node@v4
30+
- uses: actions/setup-node@v5
3131
with:
3232
node-version: "20"
3333
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)