Skip to content

chore: complete Node.js upgrade — CircleCI and Netlify #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chrisvogt
Copy link
Owner

This PR finishes the upgrade started with #290. I've upgraded the Node.js version in the Netlify UI so that the next deploys use v22, and this also upgrades the Docker image used for CircleCI.

Copy link

netlify bot commented May 9, 2025

Deploy Preview for chrisvogt failed.

Name Link
🔨 Latest commit 4f70d25
🔍 Latest deploy log https://app.netlify.com/sites/chrisvogt/deploys/681d6c1dbbd5a70008b71f02

Copy link

codecov bot commented May 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.51%. Comparing base (e1687ee) to head (4f70d25).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #291   +/-   ##
=======================================
  Coverage   95.51%   95.51%           
=======================================
  Files          67       67           
  Lines         669      669           
  Branches      189      189           
=======================================
  Hits          639      639           
  Misses         26       26           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chrisvogt chrisvogt requested a review from Copilot May 28, 2025 23:41
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR finalizes the Node.js upgrade to v22 across local environment settings and CI pipelines.

  • Adds .nvmrc specifying Node v22.15 for consistency in local and Netlify builds
  • Updates CircleCI Docker image to cimg/node:22.15 for pipeline alignment

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.nvmrc Introduces Node version 22.15 for NVM and Netlify UI
.circleci/config.yml Bumps CircleCI Docker image from Node 20.9.0 to 22.15
Comments suppressed due to low confidence (1)

.nvmrc:1

  • [nitpick] Make sure to update the project documentation (README, contributing guide, etc.) to mention the Node.js version bump to 22.15 to keep docs in sync.
22.15

@@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/node:20.9.0 # Updated to Node 20.9.0
- image: cimg/node:22.15
Copy link
Preview

Copilot AI May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider adding or updating an inline comment to reflect the new Node version (e.g., # Updated to Node 22.15) for clarity and consistency.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant