diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index ae62613..804196c 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -10,7 +10,7 @@ jobs: name: Check licenses steps: - uses: actions/checkout@v2 - - run: npm ci + - run: npm install - name: Install licensed run: | cd $RUNNER_TEMP