Skip to content

Commit d89c638

Browse files
committed
Install bun
1 parent b71a256 commit d89c638

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/daily_evals.yml

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Set up Node.js
16+
uses: actions/setup-node@v4
17+
with:
18+
node-version: '20'
19+
20+
- name: Install Bun
21+
run: npm install -g [email protected]
22+
1523
- name: Set up Python
1624
uses: actions/setup-python@v5
1725
with:

0 commit comments

Comments
 (0)