Skip to content

Commit

Permalink
fix npm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 20, 2024
1 parent 46c8953 commit 74e3b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 74e3b81

Please sign in to comment.