Skip to content

chore: update node, and pin version to make heroku happy#1281

Merged
itsalaidbacklife merged 3 commits intomainfrom
chore/pin-node-version
Oct 28, 2025
Merged

chore: update node, and pin version to make heroku happy#1281
itsalaidbacklife merged 3 commits intomainfrom
chore/pin-node-version

Conversation

@seriouslysean
Copy link
Copy Markdown
Collaborator

@seriouslysean seriouslysean commented Oct 28, 2025

⚠️ need to pin the version to make Heroku happy ⚠️

see https://devcenter.heroku.com/articles/nodejs-support

Issue number

Relevant issue number

  • Resolves #

Please check the following

  • Do the tests still pass? (see Run the Tests)
  • Is the code formatted properly? (see Linting (Formatting))
  • For New Features:
    • Have tests been added to cover any new features or fixes?
    • Has the documentation been updated accordingly?

Please describe additional details for testing this change

@seriouslysean seriouslysean self-assigned this Oct 28, 2025
Copilot AI review requested due to automatic review settings October 28, 2025 19:49
@seriouslysean seriouslysean added bug Something isn't working dev experience Improvements to the code base that make it easier/better/more enjoyable to contribute to Cuttle labels Oct 28, 2025
Copy link
Copy Markdown
Contributor

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 updates the Node.js engine requirement in both package.json and package-lock.json files from >=22.11.0/22.11 to a pinned version 22.21.1. This change removes the flexible version range (>=) in favor of an exact version specification.

  • Changes Node.js engine specification from a minimum version constraint to a pinned version
  • Updates both package.json and package-lock.json to maintain consistency

Reviewed Changes

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

File Description
package.json Updates Node.js engine from >=22.11.0 to 22.21.1
package-lock.json Updates Node.js engine from 22.11 to 22.21.1 for consistency

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings October 28, 2025 19:52
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@seriouslysean seriouslysean added hacktoberfest This issue welcomes contributions for Hacktoberfest. version-patch An update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1) labels Oct 28, 2025
@seriouslysean seriouslysean changed the title chore: pin node version to make heroku happy chore: update node, and pin version to make heroku happy Oct 28, 2025
@itsalaidbacklife itsalaidbacklife merged commit c8d581d into main Oct 28, 2025
15 checks passed
@itsalaidbacklife itsalaidbacklife deleted the chore/pin-node-version branch February 10, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dev experience Improvements to the code base that make it easier/better/more enjoyable to contribute to Cuttle hacktoberfest This issue welcomes contributions for Hacktoberfest. version-patch An update that warrants a bumping the project's patch version (e.g. 4.0.0 => 4.0.1)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants