Update shell scripts

This commit is contained in:
Sander Declerck 2025-11-28 16:51:39 +01:00
parent 3af8b694fe
commit edec6ec57c
No known key found for this signature in database
7 changed files with 50 additions and 44 deletions

View file

@ -15,17 +15,17 @@ jobs:
- os: macos
arch: x64
runner: macos-15-intel
target: node24-macos-x64
target: node20-macos-x64
extension: ""
- os: macos
arch: arm64
runner: macos-latest
target: node24-macos-arm64
target: node20-macos-arm64
extension: ""
- os: linux
arch: x64
runner: ubuntu-latest
target: node24-linux-x64
target: node20-linux-x64
extension: ""
- os: linux
arch: arm64
@ -35,12 +35,12 @@ jobs:
- os: win
arch: x64
runner: windows-latest
target: node24-win-x64
target: node20-win-x64
extension: ".exe"
- os: win
arch: arm64
runner: windows-11-arm
target: node24-win-arm64
target: node20-win-arm64
extension: ".exe"
steps:
@ -50,7 +50,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "24.x"
node-version: "20.x"
- name: Setup safe-chain
run: |