mirror of
https://github.com/openziti/zrok.git
synced 2025-06-25 20:22:45 +02:00
upgrade the Node.js runner
This commit is contained in:
parent
15342e1672
commit
7b66ac5c62
5
.github/workflows/node-sdk.yml
vendored
5
.github/workflows/node-sdk.yml
vendored
@ -31,7 +31,8 @@ jobs:
|
||||
needs: enforce_stable_semver
|
||||
if: always()
|
||||
name: Build for Node-${{ matrix.node_ver }} ${{ matrix.config.target }}/${{ matrix.config.arch }}
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
runs-on: ${{ matrix.config.runs-on }}
|
||||
container: ${{ matrix.config.container }}
|
||||
|
||||
env:
|
||||
BUILD_NUMBER: ${{ github.run_number }}
|
||||
@ -40,7 +41,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
config:
|
||||
- { os: ubuntu-20.04, target: "linux", arch: "x64" }
|
||||
- { runs-on: ubuntu-24.04, container: openziti/ziti-builder:v2, target: "linux", arch: "x64" }
|
||||
node_ver: [ 20 ]
|
||||
fail-fast: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user