Skip to content

Commit

Permalink
fix: avoid creating package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwayakchih authored Jan 16, 2025
1 parent 9b9c22a commit e1c3d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo $GITHUB_WORKSPACE
mkdir node_modules
chmod 777 node_modules
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id $IMAGE_NAME npm install
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id $IMAGE_NAME npm install --no-save --no-package-lock
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id $IMAGE_NAME npm run puppeteer
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id $IMAGE_NAME xvfb-run npm test
Expand Down

0 comments on commit e1c3d7d

Please sign in to comment.