Skip to content

Commit

Permalink
[ci] Node.js matrix based on LTS versions (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Feb 23, 2023
1 parent 7c81d22 commit f167bd0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [current]

steps:
- uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [current]

steps:
- uses: actions/checkout@v3
Expand All @@ -49,7 +49,8 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
# Run the tests for the previous and current LTS version + the current version
node-version: [lts/-1, lts/*, current]

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

0 comments on commit f167bd0

Please sign in to comment.