Skip to content

Commit 3e549f2

Browse files
committed
Workaround for npm/cli#558
1 parent c70d655 commit 3e549f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_size_change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: "14"
2727

2828
- name: Install JS dependencies
29-
run: npm ci
29+
run: npm install
3030
working-directory: ./js
3131

3232
- name: Build production assets

0 commit comments

Comments
 (0)