bito-code-review[bot] commented on PR #42699:
URL: https://github.com/apache/superset/pull/42699#issuecomment-5200344650
<!-- Bito Reply -->
The upgrade to Playwright 1.62 also includes a change in the required
Node.js version from `>=18` to `>=20` (as seen in the `package-lock.json`
diff). If the CI environment is still running on Node 18, this could be causing
the failure to resolve project references or other configuration issues. You
should verify the Node.js version in your CI pipeline and update it to 20 or
higher to match the new requirement.
**superset-frontend/package-lock.json**
```
"engines": {
- "node": ">=18"
+ "node": ">=20"
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]