From 74e3b812cc1226f12804016fbaab0a3ef45436ec Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Thu, 20 Jun 2024 16:03:29 -0500 Subject: [PATCH] fix npm dep --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2f65366a..8a47ca18 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -199,7 +199,7 @@ jobs: - if: ${{ matrix.pm == 'npm' }} run: | - npm install "git+${{ github.repositoryUrl }}#${{ github.ref }}" + npm install "${{ github.repositoryUrl }}#${{ github.ref }}" env: NPM_CONFIG_LOGLEVEL: verbose