Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Oct 13, 2023
1 parent 1968639 commit d690237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
dotnet-version: ${{ inputs.dotnet_version }}

- name: Update npm
if: ${{ inputs.npm_version }} != ''
if: inputs.npm_version != ''
env:
NPM_VERSION: ${{ inputs.npm_version }}
run: npm install -g "npm@$NPM_VERSION"
Expand Down

0 comments on commit d690237

Please sign in to comment.