Skip to content

Commit 3939b5a

Browse files
committed
refactor: removed continue-on-error from validate workflow
1 parent 3124beb commit 3939b5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/validate.yml

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

0 commit comments

Comments
 (0)