Skip to content

Commit

Permalink
chore: use Node matrix with 16.x, 18.x, 20.x
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Portnoy <[email protected]>
  • Loading branch information
luwes and jessp01 committed Oct 10, 2023
1 parent 8a4a9aa commit 7e97806
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:

strategy:
matrix:
# node-version: [16.x, 18.x, 20.x]
node-version: [16.x]
node-version: [16.x, 18.x, 20.x]

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

strategy:
matrix:
# node-version: [16.x, 18.x, 20.x]
node-version: [16.x]
node-version: [16.x, 18.x, 20.x]

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

strategy:
matrix:
# node-version: [16.x, 18.x, 20.x]
node-version: [16.x]
node-version: [16.x, 18.x, 20.x]

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

0 comments on commit 7e97806

Please sign in to comment.