Skip to content

Commit

Permalink
build: update matrix, add --engine-strict
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 2, 2021
1 parent 6a18e88 commit a347c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
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 a347c89

Please sign in to comment.