Skip to content

Commit

Permalink
Merge pull request #11 from rdf-ext/ci
Browse files Browse the repository at this point in the history
chore: updated ci config
  • Loading branch information
bergos authored Dec 7, 2024
2 parents fa724ab + 636fd5f commit d4ad017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
- push
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
node:
- '18'
- '20'
- '22'
- '23'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v5

0 comments on commit d4ad017

Please sign in to comment.