Skip to content

Commit 149d0cb

Browse files
node tests
1 parent 6bafffc commit 149d0cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
bun-version: latest
2020

21+
- name: Setup node and restore cached dependencies
22+
uses: actions/setup-node@v3
23+
with:
24+
node-version: '20'
25+
2126
- name: Install packages
2227
run: bun install
2328

0 commit comments

Comments
 (0)