We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ece3e commit 959bd93Copy full SHA for 959bd93
1 file changed
.github/workflows/build-templates.yml
@@ -42,6 +42,10 @@ jobs:
42
type:
43
name: library
44
language: js
45
+ - os: windows-latest
46
+ type:
47
+ name: library
48
+ language: js
49
50
concurrency:
51
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.type.name }}-${{ matrix.type.language }}
0 commit comments