Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Jun 6, 2024
1 parent fc03d36 commit 60255b9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ concurrency:
jobs:
build:
name: Build
strategy:
matrix:
os: [ubuntu-latest, windows-2019]
node: [18, 20]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 20
cache:
yarn
- run: yarn install --immutable
- run: yarn build --quiet
- run: yarn tsc -build
- run: yarn api-extractor run

0 comments on commit 60255b9

Please sign in to comment.