Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-lee-cb committed Aug 5, 2024
1 parent 8a09692 commit 8b0e864
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Setup Bun
uses: oven-sh/setup-bun@v2

- name: Template Install dependencies
run: npm install
run: bun install

- name: Template Test Build
# When fails, please check your build
run: |
npm run build
bun run build

0 comments on commit 8b0e864

Please sign in to comment.