Upgrade Node.js version to 20 for CI and triggers#7188
Upgrade Node.js version to 20 for CI and triggers#7188danieljbruce wants to merge 1 commit intomainfrom
Conversation
This change upgrades the Node.js version from 18 to 20 across the CI pipeline and Cloud Build triggers. This resolves compatibility issues with dependencies that require Node.js >= 20. Changes: - Updated `ci/cloudbuild.yaml` and `ci/cloudbuild_with_credentials.yaml` to set default `_NODE_VERSION` to 20. - Updated `ci/Dockerfile` to set default `NODE_VERSION` to 20. - Renamed and updated all trigger configuration files in `ci/export/` to reflect the upgrade to Node 20. - Updated `ci/import_triggers.sh` and `ci/export_triggers.sh` to use Node 20. - Updated `containers/node-bootstrap-container/Dockerfile` to use `node:20-slim`. - Explicitly added `_NODE_VERSION: '20'` to trigger substitutions in exported YAML files. Co-authored-by: danieljbruce <8935272+danieljbruce@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Upgraded Node.js version from 18 to 20 in CI configuration files, Dockerfiles, and Cloud Build triggers. This change ensures compatibility with newer dependencies and updates the CI environment to a modern Node.js version. All relevant triggers were renamed and their configurations updated to reflect the new version.
PR created automatically by Jules for task 6605331882126290574 started by @danieljbruce