Skip to content

Commit

Permalink
Adds bun to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Nov 9, 2024
1 parent bd4c88d commit f16f88f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "20"

- name: Install dependencies
run: npm install

- name: Setup bun
uses: oven-sh/setup-bun@v2

- name: Verify TypeScript compilation
run: bun run build

Expand Down

0 comments on commit f16f88f

Please sign in to comment.