Skip to content

Commit 51791f5

Browse files
authored
Merge pull request #2 from laravilt/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 3f9961b + 811a190 commit 51791f5

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)