Skip to content

Commit 5511aff

Browse files
committed
chore: Update main.yml to install LTS node version
1 parent 7f35cac commit 5511aff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020

2121
- name: Setup Bun
2222
uses: oven-sh/setup-bun@v2
23+
24+
- name: Install LTS node
25+
uses: actions/setup-node@v2
26+
with:
27+
node-version: 'lts/*'
2328

2429
- name: Install Dependencies
2530
run: bun i --dev

0 commit comments

Comments
 (0)