Skip to content

Commit

Permalink
ci: test against node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 16, 2023
1 parent 4dfbdc2 commit 51be9a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ jobs:

strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16 ]
node-version: [ 16, 20 ]

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -23,4 +22,4 @@ jobs:
- name: Build
run: npm run all
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3

0 comments on commit 51be9a2

Please sign in to comment.