Skip to content

Commit

Permalink
Add node and os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairnick committed Aug 18, 2024
1 parent 6f073ba commit bcb8b48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
jobs:
publish:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14, 16, 18]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand All @@ -23,4 +29,4 @@ jobs:
- name: Run tests
run: pnpm test
- name: Type check
run: pnpm check
run: pnpm check

0 comments on commit bcb8b48

Please sign in to comment.