We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e5ed8 commit 2e940cfCopy full SHA for 2e940cf
2 files changed
crates/vite_global_cli/src/commands/release/first_publish.rs
@@ -899,6 +899,7 @@ mod tests {
899
assert!(created.contains("<release-tag-pattern>"));
900
assert!(created.contains("run: corepack enable"));
901
assert!(created.contains("run: pnpm install --frozen-lockfile"));
902
+ assert!(!created.contains("node-version:"));
903
assert!(created.contains("git config user.name \"github-actions[bot]\""));
904
assert!(created.contains("vp release --first-release --yes"));
905
assert!(created.contains("vp release --yes"));
crates/vite_global_cli/src/commands/release/templates/publish.yml
@@ -32,7 +32,6 @@ jobs:
32
- name: Install Vite+
33
uses: voidzero-dev/setup-vp@v1
34
with:
35
- node-version: '22'
36
cache: true
37
38
- __PACKAGE_MANAGER_SETUP__
0 commit comments