Skip to content

Commit

Permalink
chore(github): add node installation for unit test action
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Jul 4, 2024
1 parent 3fe4596 commit f3ca535
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.15.0

- name: Install
run: |
bun install
Expand Down

0 comments on commit f3ca535

Please sign in to comment.