Skip to content

Commit

Permalink
Update CI config to use ubuntu-latest + run with node 20 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Aug 22, 2024
1 parent effb689 commit 7f75c5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ name: Tests

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Node ${{ matrix.node }}
strategy:
matrix:
node:
- '14'
- '16'
- '18'
- '20'
- '22'
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand All @@ -23,7 +25,7 @@ jobs:
- run: npm test

test-targets:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: ${{ matrix.targets.name }}
strategy:
matrix:
Expand Down

0 comments on commit 7f75c5b

Please sign in to comment.