Skip to content

Commit

Permalink
self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
tksst committed Jan 27, 2024
1 parent 77ca945 commit 3f31d03
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
check-skippable:
continue-on-error: true
runs-on: ubuntu-22.04
runs-on: self-hosted
permissions:
actions: write
contents: read
Expand All @@ -36,26 +36,26 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- self-hosted
node-version:
- 16.14.0
# - 18
- 18
- 20
# - 21
- 21
experimental:
- false
# include:
# - os: windows-latest
# # latest LTS
# node-version: 20
# experimental: false
# - os: macos-latest
# # latest LTS
# node-version: 20
# experimental: false
# - os: ubuntu-22.04
# node-version: 22-nightly
# experimental: true
# include:
# - os: windows-latest
# # latest LTS
# node-version: 20
# experimental: false
# - os: macos-latest
# # latest LTS
# node-version: 20
# experimental: false
- os: ubuntu-22.04
node-version: 22-nightly
experimental: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- self-hosted
node-version:
# oldest LTS
- 18
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- check-skippable
- test
- build-lint
runs-on: ubuntu-22.04
runs-on: self-hosted
permissions:
actions: read
timeout-minutes: 10
Expand Down

0 comments on commit 3f31d03

Please sign in to comment.