vite
vite copied to clipboard
Vite's CI not detecting error in Node 20
Describe the bug
Apparently, there's an error on Ubuntu Node 20 which doesn't actually trigger an error warning : https://github.com/vitejs/vite/actions/runs/19298198953/job/55185404229#step:11:30
Reproduction
https://github.com/vitejs/vite/actions/runs/19298198953/job/55185404229#step:11:30
Steps to reproduce
N/A
System Info
N/A
Used Package Manager
pnpm
Logs
N/A
Validations
- [x] Follow our Code of Conduct
- [x] Read the Contributing Guidelines.
- [x] Read the docs.
- [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [x] Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- [x] Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- [x] The provided reproduction is a minimal reproducible example of the bug.
Is this something that affects your project? Or only something you've noticed in our CI
I noticed there was something wrong when running it locally, for a package I'm working on : https://github.com/Gugustinette/ecosystem-ci
But that's not blocking, I just wanted to raise an alert, as I was not sure if it was expected or not.