Skip to content

Commit

Permalink
test: test on lts and current
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 10, 2023
1 parent 5937b2d commit f10ec13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [lts/*]
node: [lts/*, current]
fail-fast: true
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [lts/*]
node: [lts/*, current]
fail-fast: true
steps:
- uses: actions/checkout@v3
Expand All @@ -121,7 +121,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [lts/*]
node: [lts/*, current]
fail-fast: true
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f10ec13

Please sign in to comment.