mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Update shell scripts
This commit is contained in:
parent
3af8b694fe
commit
edec6ec57c
7 changed files with 50 additions and 44 deletions
12
.github/workflows/create-artifact.yml
vendored
12
.github/workflows/create-artifact.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue