Skip to content

Commit 039385e

Browse files
authored
ci: node (#701)
1 parent 1c277bb commit 039385e

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
@@ -44,6 +44,11 @@ jobs:
4444
- name: Checkout repo
4545
uses: actions/checkout@v4
4646

47+
- name: Use Node.js
48+
uses: actions/setup-node@v4
49+
with:
50+
node-version: 20
51+
4752
- name: Setup bun
4853
uses: oven-sh/setup-bun@v1
4954

0 commit comments

Comments
 (0)