Skip to content

Commit 6ddf7f4

Browse files
author
bcoe
committed
build: update matrix, add --engine-strict
1 parent 4773b1a commit 6ddf7f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [10, 12, 14]
13+
node: [10, 12, 14, 16]
1414
steps:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1
1717
with:
1818
node-version: ${{ matrix.node }}
1919
- run: node --version
20-
- run: npm install
20+
- run: npm install --engine-strict
2121
- run: npm test
2222
windows:
2323
runs-on: windows-latest

0 commit comments

Comments
 (0)