You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use .nvmrc for Node version in CI/CD workflows and npm install in post-checkout hook
- Update all workflow files (ci.yml, package.yml, deps.yml, copilot-setup-steps.yml) to use node-version-file: '.nvmrc' instead of hardcoded NODE_VERSION
- Remove NODE_VERSION environment variable from workflow files
- Change post-checkout hook from npm ci to npm install for local development
- All CI workflows continue to use npm ci as expected
0 commit comments