diff --git a/.github/workflows/update-dep.yml b/.github/workflows/update-dep.yml index 303178e9751..58ef9754f43 100644 --- a/.github/workflows/update-dep.yml +++ b/.github/workflows/update-dep.yml @@ -29,7 +29,7 @@ jobs: - name: Update dependency run: | - npm install ${{github.event.inputs.dep}}${{github.event.inputs.version || 'latest'}} + npm install ${{github.event.inputs.dep}}@${{github.event.inputs.version || 'latest'}} - name: Check for changes id: check run: |