Skip to content

Commit

Permalink
chore: add action
Browse files Browse the repository at this point in the history
  • Loading branch information
couriourc committed Sep 8, 2024
1 parent 87d2021 commit 0cb1894
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: setup node
- name: setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
Expand Down

0 comments on commit 0cb1894

Please sign in to comment.