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
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ jobs:
vp run test:coverage
- name: nuxt-devtools
node-version: 24
# The Windows build can exceed Node's default old-space limit.
node-options: --max-old-space-size=4096
command: |
vp run build
vp run typecheck
Expand Down Expand Up @@ -507,6 +509,8 @@ jobs:

- name: Run vite-plus commands in ${{ matrix.project.name }}
working-directory: ${{ runner.temp }}/vite-plus-ecosystem-ci/${{ matrix.project.name }}${{ matrix.project.directory && format('/{0}', matrix.project.directory) || '' }}
env:
NODE_OPTIONS: ${{ matrix.project.node-options || '' }}
run: ${{ matrix.project.command }}

notify-failure:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"pnpm/latest": {
"version": "11.25.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Upgraded installations may have no recorded family mode; non-interactive use mus
an undecided non-interactive shim uses managed pnpm without prompting

```
11.24.0
11.25.0
```

## `PATH=${VP_HOME}/bin${PATH_SEPARATOR}${workspace}/system-bin${PATH_SEPARATOR}${PATH} NPM_CONFIG_REGISTRY=http://127.0.0.1:9 vp env current pnpm --json`
Expand Down
Loading