Skip to content

Commit 3124beb

Browse files
committed
refactor: updated validate workflow continue-on-error node version
1 parent 03b0ab9 commit 3124beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
node: [18, 20]
15-
continue-on-error: ${{ matrix.node }}
15+
continue-on-error: ${{ matrix.node == 20 }}
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)