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 b075a41 commit 81b9f10Copy full SHA for 81b9f10
.github/workflows/build-test-windows.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- version: [ "22.7.0" ]
+ version: [ 22.7.0 ]
25
variant: [ "windows-2019" ]
26
27
steps:
@@ -48,8 +48,6 @@ jobs:
48
Write-Host "Node version mismatch"
49
exit 1
50
}
51
-
52
- exit 0
53
54
- name: Verify entrypoint runs regular, non-executable files with node
55
shell: pwsh
@@ -101,8 +99,6 @@ jobs:
101
99
102
100
103
104
105
106
107
108
0 commit comments