Skip to content

Commit

Permalink
Update CI to Ubuntu 24 and Node 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjs authored and theduckylittle committed Nov 7, 2024
1 parent 3b1cd1d commit f56a743
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 @@ -36,8 +36,8 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ 'ubuntu-22.04' ]
node-version: [ '20.x' ]
platform: [ 'ubuntu-24.04' ]
node-version: [ '22.x' ]

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

0 comments on commit f56a743

Please sign in to comment.