Skip to content

Commit

Permalink
chore: Update main.yml to install LTS node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerh2001 committed Sep 7, 2024
1 parent 7f35cac commit 5511aff
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 @@ -20,6 +20,11 @@ jobs:

- name: Setup Bun
uses: oven-sh/setup-bun@v2

- name: Install LTS node
uses: actions/setup-node@v2
with:
node-version: 'lts/*'

- name: Install Dependencies
run: bun i --dev
Expand Down

0 comments on commit 5511aff

Please sign in to comment.