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 fef0098 commit e5f9c89Copy full SHA for e5f9c89
.github/workflows/build-test-windows.yml
@@ -95,7 +95,7 @@ jobs:
95
$image_node_version = (docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} node --print "process.versions.node").Trim()
96
Write-Host "Expected: '${{ matrix.version }}', Got: '$image_node_version'"
97
if ($image_node_version -ne ${{ matrix.version }}) {
98
- exit 1
+ exit 2
99
}
100
101
- name: Verify entrypoint runs regular, non-executable files with node
0 commit comments