We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b9f10 commit 46dab56Copy full SHA for 46dab56
1 file changed
.github/workflows/build-test-windows.yml
@@ -45,7 +45,6 @@ jobs:
45
$image_node_version = (docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} node --print "process.versions.node").Trim()
46
Write-Host "Expected: '${{ matrix.version }}', Got: '$image_node_version'"
47
if ($image_node_version -ne ${{ matrix.version }}) {
48
- Write-Host "Node version mismatch"
49
exit 1
50
}
51
@@ -95,8 +94,7 @@ jobs:
95
94
run: |
96
97
98
- if ($image_node_version -ne ${{ matrix.version }}) {
99
+ if (22.0.7 -ne ${{ matrix.version }}) {
100
101
102
0 commit comments