Fix npm compare.
This commit is contained in:
@@ -78,7 +78,7 @@ runs:
|
|||||||
uses: act/common/npm/npm-diff@master
|
uses: act/common/npm/npm-diff@master
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.name }}
|
name: ${{ inputs.name }}
|
||||||
lhsVersion: ${{ steps.npm.outputs.latestVersion }}
|
lhsVersion: ${{ inputs.defaultVersion }}
|
||||||
rhsVersion: ${{ steps.npm.outputs.latestVersion }}
|
rhsVersion: ${{ steps.npm.outputs.latestVersion }}
|
||||||
workingDirectory: ${{ inputs.workingDirectory }}
|
workingDirectory: ${{ inputs.workingDirectory }}
|
||||||
registry: ${{ inputs.registry }}
|
registry: ${{ inputs.registry }}
|
||||||
|
|||||||
Reference in New Issue
Block a user