Skip to content

Commit 01fc233

Browse files
authored
Merge pull request #1146 from wger-project/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 4 to 6
2 parents 0ddfa5d + a186c80 commit 01fc233

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: '22'
2828
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)