Skip to content

Commit 379560e

Browse files
committed
build: package-lock.json not working with renovate
1 parent 06a6618 commit 379560e

File tree

3 files changed

+3
-11153
lines changed

3 files changed

+3
-11153
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node }}
2020
- run: node --version
21-
- run: npm install
21+
- run: npm install --engine-strict
2222
- run: npm test
2323
- name: coverage
2424
uses: codecov/codecov-action@v1
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v2
3535
with:
3636
node-version: 12
37-
- run: npm install
37+
- run: npm install --engine-strict
3838
- run: npm run test-windows
3939
- name: coverage
4040
uses: codecov/codecov-action@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
**/node_modules/
44
**/tmp/
55
/lerna-debug.log
6+
package-lock.json
67

0 commit comments

Comments
 (0)