diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 4c1dfe5..5506cd0 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -14,6 +14,9 @@ jobs: name: Check licenses steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 + with: + node-version: 12.x - run: npm ci - name: Install licensed run: |