chore: align Node.js with Vite 8 engine requirements#832
Open
LZS911 wants to merge 17 commits into
Open
Conversation
…eck across TS versions
Avoid ArtiomTr/jest-coverage-report-action running npm install and npx jest for base coverage collection, which fails in pnpm workspace projects. Rely on the pre-generated per-package coverage report.json instead. Made-with: Cursor
Add engines.node to package.json and pin setup-node to 20.19 in the composite install action. Co-authored-by: Cursor <cursoragent@cursor.com>
Coverage report (@actiontech/shared)
Test suite run success200 tests passing in 40 suites. Report generated by 🧪jest coverage report action from 8e438ae |
Coverage report (@actiontech/dms-kit)
Test suite run success348 tests passing in 74 suites. Report generated by 🧪jest coverage report action from 8e438ae |
Coverage report (base)
Test suite run success1113 tests passing in 258 suites. Report generated by 🧪jest coverage report action from 8e438ae |
Coverage report (sqle)
Test suite run success2050 tests passing in 442 suites. Report generated by 🧪jest coverage report action from 8e438ae |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR tracks branch
chore/upgrade-vite-cleanagainstmain.Node / CI alignment (latest commit)
engines.node:^20.19.0 || >=22.12.0inpackage.jsonto match Vite 8 / Rolldown.setup-nodeto20.19in.github/actions/catch-install-pnpm/action.yml.Branch context
Earlier commits on this branch contain the Vite 8 toolchain migration and related CI/test fixes; see git history for full scope.
Made with Cursor