Skip to content

Commit

Permalink
refactor: updated validate workflow continue-on-error node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Sep 3, 2024
1 parent 03b0ab9 commit 3124beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node: [18, 20]
continue-on-error: ${{ matrix.node }}
continue-on-error: ${{ matrix.node == 20 }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 3124beb

Please sign in to comment.