diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77a42cfb..e504c6be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,8 +27,6 @@ jobs: with: node-version: "${{ matrix.node-version }}" cache: npm - - name: Ensure dependencies are compatible with the version of node - run: echo 'engine-strict=true' >> .npmrc - run: npm ci - run: "npm run test:ci" test: @@ -41,4 +39,6 @@ jobs: node-version: 16 cache: npm - run: npm ci + - name: Ensure dependencies are compatible with the engines range + run: npx ls-engines - run: npm run lint