Skip to content

Commit

Permalink
chore: test on all supported Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Apr 22, 2023
1 parent 13549b5 commit 21c823e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pr.yml
Expand Up @@ -38,13 +38,8 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node: [lts/*]
os: [windows-latest, macos-latest]
include:
- os: ubuntu-latest
node: lts/-1
- os: ubuntu-latest
node: latest
node: [14, 16, 18, 19, 20]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 21c823e

Please sign in to comment.