We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1866892 commit ba03abcCopy full SHA for ba03abc
.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
21
with:
22
persist-credentials: false
23
24
+ - name: Setup Node.js
25
+ uses: actions/setup-node@v4
26
+ with:
27
+ node-version: 24
28
+
29
- name: Setup Bun
30
uses: oven-sh/setup-bun@v2
31
@@ -41,6 +46,11 @@ jobs:
41
46
42
47
43
48
49
50
51
52
53
44
54
45
55
56
.github/workflows/deploy.yml
@@ -26,6 +26,11 @@ jobs:
32
33
34
35
36
0 commit comments