Skip to content

Commit a88fb68

Browse files
committed
Fixed build-test-windows.yml
Signed-off-by: Daniel Fiala <[email protected]>
1 parent ae87831 commit a88fb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
}
6262
6363
- name: Test for npm
64-
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
64+
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} powershell.exe npm --version
6565

6666
build-windows-2022:
6767
name: build-windows-2022

0 commit comments

Comments
 (0)