We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbea1e2 commit f832b58Copy full SHA for f832b58
1 file changed
.github/workflows/release.yml
@@ -28,6 +28,11 @@ jobs:
28
- name: 🏗 Setup Bun
29
uses: oven-sh/setup-bun@v2
30
31
+ - name: 🏗 Setup Node for semantic-release
32
+ uses: actions/setup-node@v6
33
+ with:
34
+ node-version: 24
35
+
36
- name: 📦 Install dependencies
37
run: bun install
38
@@ -46,6 +51,11 @@ jobs:
46
51
47
52
48
53
54
55
56
57
58
49
59
50
60
61
0 commit comments