Try fix build again

This commit is contained in:
Sander Declerck 2025-11-28 11:02:48 +01:00
parent ccc8d685b2
commit bc51c839d0
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -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 }}