Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 0f9a4b1

Browse files
committed
Updated prebuild matrix
1 parent 39284db commit 0f9a4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagged_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ ubuntu-latest, windows-latest, macos-latest ]
32-
node: [ 14]
32+
node: [ 14 ]
3333
task: [ prebuild ]
3434
runtime: [ electron ]
35-
target: [ 8.0.0 , 9.0.0 , 10.0.0 , 11.0.0 , 12.0.0 ]
35+
target: [ "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0" ]
3636
runs-on: ${{matrix.os}}
3737
steps:
3838
- name: Set up Git repository

0 commit comments

Comments
 (0)