Skip to content

Commit

Permalink
Run tests on multiple node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Beaglefoot committed Mar 13, 2024
1 parent fb13a07 commit d7f4315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node: [20, 21]

steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.node }}
cache: yarn

- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit d7f4315

Please sign in to comment.