Skip to content

Commit

Permalink
fix continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Nov 21, 2024
1 parent cec0213 commit 387a9cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version:
- '20'
- '18'
node-version: ['20', '18']
experimental: [false]
include:
- node-version: '22'
experimental: true
- node-version: '22'
experimental: true


runs-on: ubuntu-latest
Expand Down

0 comments on commit 387a9cd

Please sign in to comment.