We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a6618 commit 379560eCopy full SHA for 379560e
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.node }}
20
- run: node --version
21
- - run: npm install
+ - run: npm install --engine-strict
22
- run: npm test
23
- name: coverage
24
uses: codecov/codecov-action@v1
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/setup-node@v2
35
36
node-version: 12
37
38
- run: npm run test-windows
39
40
.gitignore
@@ -3,4 +3,5 @@
3
**/node_modules/
4
**/tmp/
5
/lerna-debug.log
6
+package-lock.json
7
0 commit comments