Skip to content

Commit 1625316

Browse files
committed
chore: rm step fo installing deps
1 parent a78b443 commit 1625316

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/package-size-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
with:
2222
node-version: "20"
2323

24-
- name: Clean npm cache
25-
run: npm cache clean --force
26-
27-
- name: Install dependencies
28-
run: npm ci
29-
3024
- name: List files in build directory
3125
run: ls -R build/static/js/
3226

size-report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"passed": true,
55
"size": 88048,
66
"sizeLimit": 500000,
7-
"running": 1.9929,
7+
"running": 2.4028199999999997,
88
"loading": 1.7196875
99
}
1010
]

0 commit comments

Comments
 (0)