Skip to content

Commit

Permalink
chore: avoid using npm cache on deployment_status event
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Feb 15, 2025
1 parent 9c0a887 commit efa7b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unlighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
# cache: "npm" # TODO: https://github.com/actions/cache/issues/319
- run: npm install -g @unlighthouse/cli puppeteer
- run: npm list -g @unlighthouse/cli
- run: unlighthouse-ci
Expand Down

0 comments on commit efa7b88

Please sign in to comment.