Skip to content

Commit

Permalink
Fixed build-test-windows.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Fiala <[email protected]>
  • Loading branch information
zZHorizonZz committed Sep 20, 2024
1 parent ae87831 commit a88fb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
}
- name: Test for npm
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} powershell.exe npm --version

build-windows-2022:
name: build-windows-2022
Expand Down

0 comments on commit a88fb68

Please sign in to comment.