Skip to content

Commit c052174

Browse files
committed
chore: fix error with workflow
1 parent 028895d commit c052174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }}
7575
strategy:
7676
matrix:
77-
node-version: 14
77+
node-version: [14]
7878
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
7979
include:
8080
- target: aarch64-unknown-linux-gnu
@@ -153,7 +153,7 @@ jobs:
153153
name: Build ${{ matrix.os-version }} ${{ matrix.node-version }}
154154
strategy:
155155
matrix:
156-
node-version: 14.x
156+
node-version: [14.x]
157157
os-version: [windows-2019, macos-11]
158158
fail-fast: false
159159

0 commit comments

Comments
 (0)