Skip to content

Commit

Permalink
ci: node (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre committed Jul 5, 2024
1 parent 1c277bb commit 039385e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20

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

Expand Down

0 comments on commit 039385e

Please sign in to comment.