Skip to content

Commit

Permalink
build: Enables --engine-strict (#618)
Browse files Browse the repository at this point in the history
* build: enable --engines-strict
* chore: should be engine strict

Co-authored-by: Joe Bottigliero <joe.bottigliero@gmail.com>
  • Loading branch information
bcoe and jbottigliero committed Nov 21, 2020
1 parent fcc33cf commit 4203e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 4203e73

Please sign in to comment.