mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Try fix build again
This commit is contained in:
parent
ccc8d685b2
commit
bc51c839d0
2 changed files with 2 additions and 4 deletions
5
.github/workflows/create-artifact.yml
vendored
5
.github/workflows/create-artifact.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "22.x"
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: Setup safe-chain
|
||||
run: |
|
||||
|
|
@ -60,8 +60,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Create binary (Unix)
|
||||
if: matrix.os != 'win'
|
||||
- name: Create binary
|
||||
run: |
|
||||
node build.js ${{ matrix.target }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue