From 1ab409f1bda21be375818c1b8022feda18aa828d Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 19 Oct 2021 13:37:20 -0500 Subject: [PATCH] . --- .github/workflows/licensed.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index c763ffb..3817fb3 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -11,7 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 0 # licensed sometimes needs more than latest commit on a branch + fetch-depth: 0 # licensed may need more than latest commit on a branch + - uses: jonabc/setup-licensed@v1 + with: + version: 2.x - run: npm ci - id: licensed uses: jonabc/licensed-ci@v1