Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Oc1S committed Jun 11, 2024
1 parent 385f17b commit 0bea73b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
node-version-file: ".nvmrc"
bun-version: latest

- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/pnpm-lock.yaml') }}

- uses: pnpm/action-setup@v4

- run: pnpm install --frozen-lockfile

- run: pnpm build
key: ${{ runner.OS }}-build-${{ hashFiles('**/bun.lockb') }}

- run: bun install
- run: bun run build

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0bea73b

Please sign in to comment.