]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Drop `actions/setup-node` - unused
authorJan Macku <jamacku@redhat.com>
Mon, 22 Aug 2022 10:45:12 +0000 (12:45 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Aug 2022 12:21:08 +0000 (21:21 +0900)
In `issue_labeler.yml` is no need for node.js runtime (`actions/setup-node`). It was accidentally added by `copy & paste` from another workflow.

.github/workflows/issue_labeler.yml

index 094f72c4b97cef5f35b53811c6b16bcf1fbf3461..3a7b0d044ca7d0418aac201c309e73da5a8d808d 100644 (file)
@@ -22,10 +22,6 @@ jobs:
     steps:
       - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
 
-      - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
-        with:
-          node-version: '16'
-
       - name: Parse issue form
         uses: stefanbuck/github-issue-parser@fc06b2a0adc5ccb7702ab6b641fd8a742a5e9cc0
         id: issue-parser