File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Node.js
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version-file : ' .nvmrc'
20
+ node-version : lts/*
21
+ cache : ' npm'
21
22
22
23
- name : build
23
24
run : npm i && npm run build
33
34
npx lhci autorun \
34
35
--collect.url=http://localhost:8696/devtools-protocol/ \
35
36
--collect.url=http://localhost:8696/devtools-protocol/tot/Page/ \
36
- --upload.token=${{ secrets.LHCI_SERVER_TOKEN }} \
37
- --upload.serverBaseUrl=https://lhci-canary.herokuapp.com/
37
+ --upload.target=temporary-public-storage
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ module.exports = {
19
19
"tap-targets" : "warn" ,
20
20
"dom-size" : "warn" ,
21
21
"csp-xss" : "warn" ,
22
+ "label" : "warn" ,
22
23
}
23
24
}
24
25
} ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments