Skip to content

Commit

Permalink
8.3.2 - migrate to bun & gps fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Apr 13, 2024
1 parent abdafde commit fea9698
Show file tree
Hide file tree
Showing 132 changed files with 542 additions and 41,301 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: oven-sh/setup-bun@v1
with:
version: 8
bun-version: latest
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: pnpm run ci
- run: bun install --frozen-lockfile
- run: bun run ci

Binary file added bun.lockb
Binary file not shown.
15 changes: 15 additions & 0 deletions docs/assets/icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fea9698

Please sign in to comment.