Skip to content

Commit

Permalink
CI: Run only one Node 15.x job, otherwise only test recent Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Apr 28, 2023
1 parent e253929 commit 2d354f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [15.x, 16.x, 17.x, 18.x]
node-version: [19.x, 20.x]
include:
- os: ubuntu-latest
node-version: 15.x

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2d354f8

Please sign in to comment.