Skip to content

Commit

Permalink
Matrix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jun 6, 2024
1 parent 32a503e commit 3344295
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,20 @@ jobs:
name: Smoke test
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version:
- 22
- 20
- 18
- 16

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./.github/actions/setup
with:
node-version: ${{ matrix.node-version }}
- run: pnpm build
- run: node ./dist/main.js fetch
- run: node ./dist/main.js tsc --version
Expand Down

0 comments on commit 3344295

Please sign in to comment.