From ba1175a2f7b6472e4453734a00a0a9d186914d8e Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 17 Sep 2021 16:27:55 -0500 Subject: [PATCH] ci(engines): switched to ls-engines for enforcing engines compatibility --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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