Skip to content

Commit bef0e24

Browse files
authored
Merge pull request #141 from dabico/dependabot/github_actions/master/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 6d5b428 + 1191a7a commit bef0e24

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout latest
1212
uses: actions/checkout@v5
1313
- name: Setup Node
14-
uses: actions/setup-node@v4
14+
uses: actions/setup-node@v5
1515
with:
1616
node-version: '20'
1717
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)