Skip to content

Commit 45bd36f

Browse files
authored
Merge pull request #6 from laravilt/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents bd4ff8b + 3b07b91 commit 45bd36f

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6
3131

3232
- name: Setup Node.js for npm
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: '20'
3636
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)