mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Use setup-node in licensed workflow
This commit is contained in:
parent
47bc917394
commit
999c7fb9fe
1 changed files with 4 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue