Skip to content

Commit efa7b88

Browse files
committed
chore: avoid using npm cache on deployment_status event
1 parent 9c0a887 commit efa7b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unlighthouse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-node@v4
1414
with:
1515
node-version: 22
16-
cache: "npm"
16+
# cache: "npm" # TODO: https://github.com/actions/cache/issues/319
1717
- run: npm install -g @unlighthouse/cli puppeteer
1818
- run: npm list -g @unlighthouse/cli
1919
- run: unlighthouse-ci

0 commit comments

Comments
 (0)