Skip to content

Commit

Permalink
Update nuxtjs.yml
Browse files Browse the repository at this point in the history
Don't use the lock package
  • Loading branch information
vachmara authored Jun 17, 2023
1 parent 0809a78 commit 08fd24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
exit 0
elif [ -f "${{ github.workspace }}/package.json" ]; then
echo "manager=npm" >> $GITHUB_OUTPUT
echo "command=ci" >> $GITHUB_OUTPUT
echo "command=i" >> $GITHUB_OUTPUT
exit 0
else
echo "Unable to determine package manager"
Expand Down

0 comments on commit 08fd24d

Please sign in to comment.