JJ Kasper 2023-07-26 14:50:04 -07:00 committed by GitHub
parent 6c3560dbbd
commit e4573a0513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,11 @@ env:
jobs:
build:
timeout-minutes: 25
runs-on: [self-hosted, linux, x64, hv]
runs-on:
- 'self-hosted'
- 'linux'
- 'x64'
- 'hosted-ci-cd:ignore'
steps:
- run: fnm install ${{ inputs.nodeVersion || env.NODE_LTS_VERSION }}