Skip to content

Commit

Permalink
chore(ci): use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Aug 26, 2024
1 parent e801b74 commit 6d67003
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ jobs:
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: pnpm install
run: bun install

- name: Build
run: pnpm build
run: bun build

- run: pnpx pkg-pr-new publish --compact --comment=update
- run: bunx pkg-pr-new publish --compact --comment=update

0 comments on commit 6d67003

Please sign in to comment.