We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f537f commit d0d8ec4Copy full SHA for d0d8ec4
action.yml
@@ -32,7 +32,7 @@ runs:
32
urls: ${{inputs.urls}}
33
34
- name: Install action dependencies
35
- run: npm install ${{ github.action_path }} --legacy-peer-deps
+ run: npm install -g @actions/core
36
shell: bash
37
38
- name: Format Lighthouse score
package.json
@@ -13,9 +13,6 @@
13
"serve:lhci": "NODE_ENV=production node server",
14
"test": "npx @s-ui/test server -P './test/**/*.js'"
15
},
16
- "dependencies": {
17
- "@actions/core": "1.10.0"
18
- },
19
"devDependencies": {
20
"@s-ui/lint": "4",
21
"@s-ui/test": "8",
0 commit comments