Skip to content

Commit

Permalink
Test on Node 18, 20, 22
Browse files Browse the repository at this point in the history
  • Loading branch information
sth committed Jul 14, 2024
1 parent 13cbbd6 commit 58e27b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: Run tests
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
node: [12, 14, 15, 16, 18, 19]
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest]
node: [18, 20, 22]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 58e27b5

Please sign in to comment.