Skip to content

Commit 07a65e5

Browse files
authored
Pin npm install (#2436)
1 parent c8b52a5 commit 07a65e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assign-issue-owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121

2222
- name: Install yaml dependency used below
23-
run: npm install .github/scripts
23+
run: npm ci --prefix .github/scripts
2424

2525
- name: Parse component label and assign owners
2626
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0

0 commit comments

Comments
 (0)