Skip to content

Commit

Permalink
Fix tests (#424)
Browse files Browse the repository at this point in the history
* wip

* wip

* fixed pnpm version
  • Loading branch information
emilkowalski committed May 23, 2024
1 parent d4c5ee7 commit ccf7a3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install pnpm -g
- run: npm install pnpm@8.12.1 -g
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: npx playwright install --with-deps
Expand Down
1 change: 1 addition & 0 deletions test/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-manager-strict=false
2 changes: 1 addition & 1 deletion website/src/pages/toaster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Changes the place where all toasts will be rendered.

### Styling all toasts

You can customzie all toasts at once with `toastOptions` prop. These options will act as the default for all toasts.
You can customize all toasts at once with `toastOptions` prop. These options will act as the default for all toasts.

```jsx
<Toaster
Expand Down

0 comments on commit ccf7a3e

Please sign in to comment.