Skip to content

Commit eaf6837

Browse files
authored
Update CI worker
1 parent 080d1af commit eaf6837

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
if: github.event_name == 'push'
3434
steps:
3535
- uses: actions/checkout@v3
36+
- uses: actions/setup-node@v4
37+
with:
38+
node-version: '22'
3639
- name: Publish
3740
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
3841
env:

0 commit comments

Comments
 (0)