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 61e32e7 commit 3072503Copy full SHA for 3072503
.github/workflows/ci.yml
@@ -14,6 +14,11 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v5
16
17
+ - name: Setup Node.js
18
+ uses: actions/setup-node@v4
19
+ with:
20
+ node-version: "22"
21
+
22
- name: Setup Bun
23
uses: oven-sh/setup-bun@v2
24
.github/workflows/release.yml
@@ -28,6 +28,11 @@ jobs:
28
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
29
fetch-depth: 0
30
31
32
33
34
35
36
37
38
0 commit comments