Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Jun 4, 2024
1 parent 38a1cb1 commit 6eb1f6a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: oven-sh/setup-bun@v1
- name: "📦 Install Dependencies"
run: npm ci --legacy-peer-deps
run: bun install
- name: "🔍 Performing Lint"
run: npm run lint
run: bun run lint
- name: "🧪 Running Tests"
run: npm run test
run: bun run test
- name: "🔨 Building Package"
run: npm run build
run: bun run build

0 comments on commit 6eb1f6a

Please sign in to comment.