Skip to content

Commit d0d8ec4

Browse files
committed
chore(Root): change the way of installing deps
1 parent c0f537f commit d0d8ec4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
urls: ${{inputs.urls}}
3333

3434
- name: Install action dependencies
35-
run: npm install ${{ github.action_path }} --legacy-peer-deps
35+
run: npm install -g @actions/core
3636
shell: bash
3737

3838
- name: Format Lighthouse score

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"serve:lhci": "NODE_ENV=production node server",
1414
"test": "npx @s-ui/test server -P './test/**/*.js'"
1515
},
16-
"dependencies": {
17-
"@actions/core": "1.10.0"
18-
},
1916
"devDependencies": {
2017
"@s-ui/lint": "4",
2118
"@s-ui/test": "8",

0 commit comments

Comments
 (0)