We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deployment_status
1 parent 9c0a887 commit efa7b88Copy full SHA for efa7b88
.github/workflows/unlighthouse.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/setup-node@v4
14
with:
15
node-version: 22
16
- cache: "npm"
+ # cache: "npm" # TODO: https://github.com/actions/cache/issues/319
17
- run: npm install -g @unlighthouse/cli puppeteer
18
- run: npm list -g @unlighthouse/cli
19
- run: unlighthouse-ci
0 commit comments