We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae87831 commit a88fb68Copy full SHA for a88fb68
.github/workflows/build-test-windows.yml
@@ -61,7 +61,7 @@ jobs:
61
}
62
63
- name: Test for npm
64
- run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
+ run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} powershell.exe npm --version
65
66
build-windows-2022:
67
name: build-windows-2022
0 commit comments