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 028895d commit c052174Copy full SHA for c052174
.github/workflows/publish.yml
@@ -74,7 +74,7 @@ jobs:
74
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }}
75
strategy:
76
matrix:
77
- node-version: 14
+ node-version: [14]
78
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
79
include:
80
- target: aarch64-unknown-linux-gnu
@@ -153,7 +153,7 @@ jobs:
153
name: Build ${{ matrix.os-version }} ${{ matrix.node-version }}
154
155
156
- node-version: 14.x
+ node-version: [14.x]
157
os-version: [windows-2019, macos-11]
158
fail-fast: false
159
0 commit comments