We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40c7e86 + a729a9c commit b4bf16aCopy full SHA for b4bf16a
.github/workflows/pre-release.yml
@@ -1,4 +1,4 @@
1
-name: Release
+name: Pre-Release
2
3
on:
4
push:
@@ -19,6 +19,10 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
+ - uses: actions/setup-node@v4
23
+ with:
24
+ node-version: 22
25
+
26
- uses: pnpm/action-setup@v3
27
28
version: 8
.github/workflows/release.yaml
@@ -16,6 +16,10 @@ jobs:
16
17
18
0 commit comments