Skip to content

Commit

Permalink
[ci] Test on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Apr 30, 2023
1 parent 6d6cdfe commit 76edba9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -22,7 +23,7 @@ jobs:
- run: npm test
- run: npm run test-esm
- uses: coverallsapp/github-action@v2
if: matrix.node == 18
if: matrix.node == 20
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-browser:
Expand All @@ -34,6 +35,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run test-browser

0 comments on commit 76edba9

Please sign in to comment.