don't fail-fast

This commit is contained in:
Frank Elsinga
2026-01-06 02:01:27 +01:00
committed by GitHub
parent bae34388b9
commit 7f4a527b03
+2
View File
@@ -22,6 +22,7 @@ jobs:
contents: read
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-22.04, windows-latest, ubuntu-22.04-arm]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
@@ -65,6 +66,7 @@ jobs:
permissions:
contents: read
strategy:
fail-fast: false
matrix:
node: [ 20, 22 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/