Skip to content
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

[Issue 1257]: set min node version to match docker #1252

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

rylew1
Copy link
Contributor

@rylew1 rylew1 commented Feb 15, 2024

Summary

Fixes #1257

Time to review: 1 min

Changes proposed

  • Set minimum node version in package.json to match docker

@@ -2,6 +2,9 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
Copy link
Contributor Author

@rylew1 rylew1 Feb 15, 2024

Choose a reason for hiding this comment

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

If you were working locally with 20.8.0 we could pin that? But it probably doesn't matter given it's just a minor version difference

Copy link
Contributor

Choose a reason for hiding this comment

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

we're using node:20-bullseye-slim in the dockerfile, so this puts us in the same ballpark.

Copy link
Contributor

@SammySteiner SammySteiner left a comment

Choose a reason for hiding this comment

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

nit: create an issue in the github project and edit the title to be:
[Issue #] Brief description

@rylew1 rylew1 merged commit e820679 into main Feb 15, 2024
9 checks passed
@rylew1 rylew1 deleted the rlewis/set-min-node-version branch February 15, 2024 20:05
@rylew1 rylew1 changed the title TODO: set min node version to match docker [Issue 1257]: set min node version to match docker Feb 15, 2024
@rylew1 rylew1 self-assigned this Mar 1, 2024
@rylew1 rylew1 added this to the Technical improvements milestone Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

[Task]: Pin min node version on frontend package.json
2 participants