Skip to content

Commit dbd90fc

Browse files
committed
feat: add lockfile
1 parent eea0d9f commit dbd90fc

File tree

2 files changed

+148
-215
lines changed

2 files changed

+148
-215
lines changed

.github/workflow/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
exit 0
4141
elif [ -f "${{ github.workspace }}/package.json" ]; then
4242
echo "manager=npm" >> $GITHUB_OUTPUT
43-
echo "command=install" >> $GITHUB_OUTPUT
43+
echo "command=ci" >> $GITHUB_OUTPUT
4444
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4545
exit 0
4646
else

0 commit comments

Comments
 (0)