Skip to content

Commit 86c3e9a

Browse files
committed
test: add snap tests
1 parent e3f3b04 commit 86c3e9a

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.0.0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "block-running-with-unsupported-node",
3+
"version": "1.0.0",
4+
"private": true
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[1]> vp install
2+
VITE+ - The Unified Toolchain for the Web
3+
4+
error: Node.js <semver> does not meet vite-plus requirements (^20.19.0 || >=22.12.0).
5+
Run `vp env use lts` to switch to a compatible version.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"env": {},
3+
"commands": [
4+
"vp install"
5+
]
6+
}

0 commit comments

Comments
 (0)