Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Nov 23, 2024
1 parent c390b08 commit 9ce0b91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ jobs:
fail-fast: true
matrix:
node-version:
- 18
- 22

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
Expand Down

0 comments on commit 9ce0b91

Please sign in to comment.