Skip to content

Commit

Permalink
Do not fix @usedapp/testing version in example-next
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Sep 4, 2023
1 parent 96652fa commit 15b7c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm i -g pnpm@7.1.9

- name: Install Dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install

- name: Set git user
run: |
Expand Down
2 changes: 1 addition & 1 deletion packages/example-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "17.0.1",
"@types/react-dom": "17.0.1",
"@types/styled-components": "^5.1.7",
"@usedapp/testing": "workspace:^1.1.17",
"@usedapp/testing": "workspace:*",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "7.22.0",
Expand Down

0 comments on commit 15b7c7f

Please sign in to comment.