Skip to content

Commit 5bd2409

Browse files
author
Pablo Mendez
committed
Update release workflow: fix description formatting and add Node.js setup step
1 parent e883789 commit 5bd2409

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
inputs:
55
consensus_client:
6-
description: 'Consensus Client'
6+
description: "Consensus Client"
77
required: true
88
type: choice
99
options: [lodestar, teku, prysm, nimbus, lighthouse]
@@ -52,6 +52,9 @@ jobs:
5252
needs: [test]
5353
steps:
5454
- uses: actions/checkout@v6
55+
- uses: actions/setup-node@v6
56+
with:
57+
node-version: "22"
5558
- name: Publish
5659
run: npx @dappnode/dappnodesdk publish patch --content_provider=http://10.200.200.7:5001 --eth_provider=https://web3.dappnode.net --timeout 2h --all-variants
5760
env:

0 commit comments

Comments
 (0)