Skip to content

Commit

Permalink
test against node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 9, 2024
1 parent 43c2557 commit 15d19aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ jobs:
with:
node-version: '18'
- run: npm install
- run: npm test
node20:
name: Node 20
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: checkout node
uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm install
- run: npm run lint
- run: npm run cs
- run: npm test -- --coverage --no-cache
Expand Down

0 comments on commit 15d19aa

Please sign in to comment.