Skip to content

Commit

Permalink
Fix error ui unmount bug. Resolves #209 (#210)
Browse files Browse the repository at this point in the history
* Fix error ui unmount bug. Resolves #209

* Error message update

* Update build deps
  • Loading branch information
joeldenning authored Sep 22, 2024
1 parent f92e028 commit 46a2a0c
Show file tree
Hide file tree
Showing 3 changed files with 4,272 additions and 3,434 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- uses: pnpm/action-setup@v2
node-version: "22"
- uses: pnpm/action-setup@v4
with:
version: 8.2.0
version: 9.4.0
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm test
Expand Down
Loading

0 comments on commit 46a2a0c

Please sign in to comment.