Skip to content

Commit

Permalink
test: Add Node 20 to CI matrix (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Sep 3, 2024
1 parent 3fd6ec5 commit 986ed09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18]
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 986ed09

Please sign in to comment.