# Vite 8 Node engine requirements release notes Node version engines

Status: search-observed
Product: Vite 8
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/vite-8-node-engine-failure-on-github-actions-netlify-or-vercel
Machine JSON: https://gitdocs.org/api/fixes/vite-8-node-engine-failure-on-github-actions-netlify-or-vercel.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The local workspace gives the symptom and stale integration shape, but the correct repair depends on current official product behavior or recent release notes.

## Fix

```
Verifier accepts a repair record only if it states the current contract and an actionable fix using source-backed product terms.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Vite 8 Node engine requirements release notes Node version engines
- site:vite.dev Vite Node.js version requirements
- https://raw.githubusercontent.com/vitejs/vite/main/packages/vite/package.json
- GitHub Actions setup-node node-version 22 official docs
- docs.github.com actions setup-node node-version
- https://docs.netlify.com/configure-builds/manage-dependencies/
- 'node-version' in https://docs.github.com/en/actions/how-tos/writing-workflows/building-and-testing/building-and-testing-nodejs

## Sources

- Vite migration guide: https://vite.dev/guide/migration
- Official reference opened by Codex: https://raw.githubusercontent.com/vitejs/vite/main/packages/vite/package.json
- Official reference opened by Codex: https://docs.netlify.com/configure-builds/manage-dependencies/
