File tree Expand file tree Collapse file tree 7 files changed +19238
-27688
lines changed
Expand file tree Collapse file tree 7 files changed +19238
-27688
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 ssh-private-key : ${{ secrets.PRIVATE_SSH }}
1919 - name : install
20- run : npm ci --omit=optional
20+ run : npm ci
2121 - name : build
2222 run : npm run compile
2323 - name : upload artifacts
Original file line number Diff line number Diff line change 1717 with :
1818 ssh-private-key : ${{ secrets.PRIVATE_SSH }}
1919 - name : install
20- run : npm ci --omit=optional
20+ run : npm ci
2121 - name : upload artifacts
2222 uses : actions/upload-artifact@v4
2323 if : always()
Original file line number Diff line number Diff line change 2424 node-version : 20
2525
2626 - name : Install dependencies
27- run : npm ci --omit=optional
27+ run : npm ci
2828
2929 - name : Compile contracts
3030 run : npm run compile
Original file line number Diff line number Diff line change 1717 with :
1818 ssh-private-key : ${{ secrets.PRIVATE_SSH }}
1919 - name : install
20- run : npm ci --omit=optional
20+ run : npm ci
2121 - name : build
2222 run : npm run compile
2323 - name : lint
Original file line number Diff line number Diff line change 1717 with :
1818 ssh-private-key : ${{ secrets.PRIVATE_SSH }}
1919 - name : install
20- run : npm ci --omit=optional
20+ run : npm ci
You can’t perform that action at this time.
0 commit comments