Skip to content

Commit 99e16c4

Browse files
fix: vue2 devtools timeout error (#210)
* fix: vue2 devtools timeout error * chore: fix peer-deps error on new node 16 * chore: fix build
1 parent 98570c8 commit 99e16c4

File tree

3 files changed

+39367
-11220
lines changed

3 files changed

+39367
-11220
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-node@v2
3434
with:
3535
node-version: ${{ matrix.node-version }}
36-
- run: npm ci
36+
- run: npm ci --force
3737
- run: npm run lint
3838
- run: npm run build
3939
- run: npm test
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: 14
5959
registry-url: https://registry.npmjs.org/
60-
- run: npm ci
60+
- run: npm ci --force
6161
- run: npm run build
6262
- run: npx semantic-release@17
6363
env:

0 commit comments

Comments
 (0)