Skip to content

Commit 7fc6a82

Browse files
authored
Merge pull request #26 from hirosystems/devops-2230-3
ci: try setting up node before release
2 parents 6a7843f + 144c918 commit 7fc6a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ jobs:
391391
env:
392392
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
393393

394+
- uses: actions/setup-node@v6
395+
with:
396+
node-version: '20'
397+
394398
- uses: actions/download-artifact@v6
395399
with:
396400
path: native

0 commit comments

Comments
 (0)