We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080d1af commit eaf6837Copy full SHA for eaf6837
.github/workflows/main.yml
@@ -33,6 +33,9 @@ jobs:
33
if: github.event_name == 'push'
34
steps:
35
- uses: actions/checkout@v3
36
+ - uses: actions/setup-node@v4
37
+ with:
38
+ node-version: '22'
39
- name: Publish
40
run: npx @dappnode/dappnodesdk publish patch --github_release --timeout 1h --content_provider=http://10.200.200.7:5001 --eth_provider=https://web3.dappnode.net --all-variants
41
env:
0 commit comments