diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e907f70..e07e2603 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - run: npm clean-install - - run: npm audit signatures - name: Ensure dependencies are compatible with the version of node run: npx ls-engines - run: npm run test:ci @@ -53,4 +52,5 @@ jobs: node-version: lts/* cache: npm - run: npm clean-install + - run: npm audit signatures - run: npm run lint