File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/publish/publish-stronghold-nodejs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - name : Install dependencies
2323 shell : sh
2424 working-directory : bindings/stronghold-nodejs
25- run : npm ci --ignore-scripts
25+ run : npm ci --ignore-scripts --legacy-peer-deps
2626
2727 - name : Download all artifacts
2828 uses : actions/download-artifact@v2
Original file line number Diff line number Diff line change 3333 release-wasm :
3434 if : ${{ needs.call-create-release-workflow.outputs.is-release }}
3535 runs-on : ubuntu-latest
36- needs : build-wasm
36+ needs : [call-create-release-workflow, build-wasm]
3737 steps :
3838 - name : Checkout
3939 uses : actions/checkout@v2
5858 release-stronghold-nodejs :
5959 if : ${{ needs.call-create-release-workflow.outputs.is-release }}
6060 runs-on : ubuntu-latest
61- needs : build-stronghold-nodejs
61+ needs : [call-create-release-workflow, build-stronghold-nodejs]
6262 steps :
6363 - name : Checkout
6464 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments