mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
Use setup-node in licensed workflow
This commit is contained in:
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
@@ -20,5 +20,9 @@ jobs:
|
||||
- uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
|
||||
with:
|
||||
version: '3.x'
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- run: licensed status
|
||||
|
||||
Reference in New Issue
Block a user