Skip to content

Commit

Permalink
add npm.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
joergmann committed Jul 17, 2024
1 parent 98e7345 commit 77f1a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: matrix.os == 'windows-latest'
uses: ./.github/actions/run-as-non-admin
with:
cmd: npm
cmd: 'C:\\Program Files\\nodejs\\npm.cmd'
args: run test:integration

- name: Run integration tests
Expand Down

0 comments on commit 77f1a2c

Please sign in to comment.