Skip to content

Commit

Permalink
ci: test on node 18 & 20, drop 14,16
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 12, 2023
1 parent 7483995 commit 779f579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 14, 16, 18 ]
node-version: [ 18, 20 ]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
node-version: [ 14, 16, 18 ]
node-version: [ 18, 20 ]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 779f579

Please sign in to comment.