Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devEngines": {
"runtime": {
"name": "node",
"version": "22.22.2"
"version": "22.18.0"
}
},
"packageManager": "pnpm@11.0.6"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[[case]]
name = "dev_engines_runtime_pnpm11"
vp = "global"
# The devEngines pin must stay on vp's default Node.js version: the CI seed
# only carries the default, and any other pin makes this step download a
# runtime from nodejs.org inside its 60s budget, which times out when the
# Windows runner's connection stalls.
steps = [
{ argv = ["vp", "dlx", "-s", "print-current-version"], comment = "should print Node.js version 22.22.2 from devEngines.runtime", continue-on-failure = true },
{ argv = ["vp", "dlx", "-s", "print-current-version"], comment = "should print Node.js version 22.18.0 from devEngines.runtime", continue-on-failure = true },
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## `vp dlx -s print-current-version`

should print Node.js version 22.22.2 from devEngines.runtime
should print Node.js version 22.18.0 from devEngines.runtime

```
<version>
Expand Down
Loading