Skip to content

Commit ad7e2f7

Browse files
authored
fix release job
1 parent 09ea226 commit ad7e2f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
if: github.event_name == 'push' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch'
2626
steps:
2727
- uses: actions/checkout@v4
28+
- uses: actions/setup-node@v6
29+
with:
30+
node-version: "22"
2831
- name: Publish
2932
run: npx @dappnode/dappnodesdk publish patch --github-release --content_provider=http://10.200.200.7:5001 --eth_provider=https://web3.dappnode.net --timeout 2h --all-variants
3033
env:

0 commit comments

Comments
 (0)