Skip to content

Commit

Permalink
feat: add pnpm support (#137)
Browse files Browse the repository at this point in the history
* feat: support bun

* setup bun in test workflow

* add bundle identifier in app.json in bun test project

* feat: add pnpm support

* setup pnpm in test workflow

* add bundle identifier in app.json in pnpm test project

* update test snapshots
  • Loading branch information
km1chno authored Nov 28, 2024
1 parent 8f669af commit 3ece6e1
Show file tree
Hide file tree
Showing 53 changed files with 11,530 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: 🥟 Setup Bun
uses: oven-sh/setup-bun@v2

- name: 🐿️ Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: 📦 Install dependencies
run: yarn

Expand Down
Loading

0 comments on commit 3ece6e1

Please sign in to comment.