mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 04:31:30 +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
|
needs: enforce_stable_semver
|
||||||
if: always()
|
if: always()
|
||||||
name: Build for Node-${{ matrix.node_ver }} ${{ matrix.config.target }}/${{ matrix.config.arch }}
|
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:
|
env:
|
||||||
BUILD_NUMBER: ${{ github.run_number }}
|
BUILD_NUMBER: ${{ github.run_number }}
|
||||||
@ -40,7 +41,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
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 ]
|
node_ver: [ 20 ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user