mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
add setup-node step for licensed.yml
This commit is contained in:
parent
a36ff3e928
commit
5af8c141cc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
|
@ -14,6 +14,10 @@ jobs:
|
|||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set Node.js 12.x
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
- run: npm ci
|
||||
- name: Install licensed
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue