first commit
Some checks failed
Build and Deploy on Tag / build (arm64, dockcross/linux-arm64, aarch64-linux-gnu) (push) Failing after 13s
Build and Deploy on Tag / build (x64, dockcross/linux-x64, x86_64-linux-gnu) (push) Successful in 9s

This commit is contained in:
2026-06-14 23:54:39 -05:00
parent 070a7d0614
commit 00c767b519

View File

@@ -28,10 +28,11 @@ jobs:
steps:
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- run: |
apt-get update
apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
- uses: actions/checkout@v4
- run: |
mkdir artifacts