From 77f1a2c48ff66559aa8e02c98432d0badbb66e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mann?= Date: Wed, 17 Jul 2024 13:01:47 +0200 Subject: [PATCH] add npm.cmd --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 47d1a1a1..be1ff92a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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