Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 999c7fb

Browse files
committed
Use setup-node in licensed workflow
1 parent 47bc917 commit 999c7fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/licensed.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ jobs:
2020
- uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
2121
with:
2222
version: '3.x'
23+
- uses: actions/setup-node@v3
24+
with:
25+
node-version: '20.x'
26+
cache: npm
2327
- run: npm ci
2428
- run: licensed status

0 commit comments

Comments
 (0)