Skip to content

Commit 79f8f3b

Browse files
committed
Remove setup-node step - not needed for built-in yaml module
1 parent 877599c commit 79f8f3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121

22-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
23-
with:
24-
cache: 'npm'
25-
cache-dependency-path: |
26-
.github/scripts/triage/package-lock.json
27-
2822
- name: Parse component label and assign owners
2923
env:
3024
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)