Skip to content

Commit

Permalink
ci: try adding node
Browse files Browse the repository at this point in the history
  • Loading branch information
fdarian committed Jul 12, 2024
1 parent c449164 commit e4e54c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- node: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 22

- name: ⎔ Setup bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit e4e54c9

Please sign in to comment.