Skip to content

Commit

Permalink
fix: vue2 devtools timeout error (#210)
Browse files Browse the repository at this point in the history
* fix: vue2 devtools timeout error

* chore: fix peer-deps error on new node 16

* chore: fix build
  • Loading branch information
DamianOsipiuk committed Jul 14, 2022
1 parent 98570c8 commit 99e16c4
Show file tree
Hide file tree
Showing 3 changed files with 39,367 additions and 11,220 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci --force
- run: npm run lint
- run: npm run build
- run: npm test
Expand All @@ -57,7 +57,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm ci --force
- run: npm run build
- run: npx semantic-release@17
env:
Expand Down

1 comment on commit 99e16c4

@vercel
Copy link

@vercel vercel bot commented on 99e16c4 Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-query – ./

vue-query-damianosipiuk.vercel.app
vue-query-git-main-damianosipiuk.vercel.app
vue-query.vercel.app

Please sign in to comment.