We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5934cd2 commit 58d6779Copy full SHA for 58d6779
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [macos-latest, windows-2019]
15
node: [16.20.1, 18.x, 20.x, 22.x]
16
fail-fast: false
17
-
+
18
runs-on: ${{ matrix.os }}
19
steps:
20
- uses: actions/checkout@v4
@@ -43,6 +43,7 @@ jobs:
43
matrix:
44
linux_arch: [s390x, arm64, amd64]
45
node: [16.x, 18.x, 20.x, 22.x]
46
+ fail-fast: false
47
48
49
@@ -82,6 +83,8 @@ jobs:
82
83
84
linux_arch: [arm64, amd64]
85
86
87
88
89
90
0 commit comments