We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ea226 commit ad7e2f7Copy full SHA for ad7e2f7
1 file changed
.github/workflows/main.yml
@@ -25,6 +25,9 @@ jobs:
25
if: github.event_name == 'push' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch'
26
steps:
27
- uses: actions/checkout@v4
28
+ - uses: actions/setup-node@v6
29
+ with:
30
+ node-version: "22"
31
- name: Publish
32
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
33
env:
0 commit comments