Conversation
Co-authored-by: hanszhoou <63733714+hanszhoou@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update to latest Node version and .npmrc configuration
Modernize Node/npm setup: switch workflows to latest Node, centralize legacy peer deps, and align React type packages
Feb 24, 2026
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.
This PR updates repository/tooling configuration to use the latest Node runtime in CI, removes scattered
--legacy-peer-depsflags by centralizing the setting in.npmrc, and upgrades React type package ranges to^18.0.0.CI runtime updates
node-version: "20.9.0"withnode-version: "latest"across all GitHub Actions workflows that set up Node:deploy.ymlupdate-from-issue.ymlupdate-from-csv.yml(both jobs)patch-from-csv.ymlcopilot-setup-steps.ymlnpm peer-deps behavior centralized
.npmrc:legacy-peer-deps=true--legacy-peer-depsflags from workflow commands and package scripts (includingiwinpackage.json), so installs/builds rely on repo-level npm config instead of per-command flags.React type definitions aligned to React 18
package.json:@types/react→^18.0.0@types/react-dom→^18.0.0Docs/config references cleaned up
README.md.github/copilot-instructions.md--legacy-peer-depsdirectly.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.