1 parent 6509c2c commit c050b4bCopy full SHA for c050b4b
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,11 @@ jobs:
27
with:
28
bun-version: latest
29
30
+ - name: Setup Node.js
31
+ uses: actions/setup-node@v4
32
+ with:
33
+ node-version: 22
34
+
35
- name: Install dependencies
36
run: bun install
37
@@ -70,6 +75,11 @@ jobs:
70
75
71
76
72
77
78
79
80
81
82
73
83
74
84
85
0 commit comments