Skip to content

Commit

Permalink
Update CI tests to current Node/Ubuntu versions (#12)
Browse files Browse the repository at this point in the history
Test for Node v18, v20, v22
  • Loading branch information
sth committed Jul 14, 2024
1 parent 13cbbd6 commit 888c4a1
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 888c4a1

Please sign in to comment.