From 4203e73253af73f9153210b397c7e604d1b5fd2a Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 21 Nov 2020 16:01:07 -0500 Subject: [PATCH] build: Enables --engine-strict (#618) * build: enable --engines-strict * chore: should be engine strict Co-authored-by: Joe Bottigliero --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c3c590328..77d63aa01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node }} - run: node --version - - run: npm install + - run: npm install --engine-strict - run: npm test windows: runs-on: windows-latest