-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
needs verificationIssue has been fixed, but requires verification before closingIssue has been fixed, but requires verification before closing
Description
There are multiple different node versions hard-coded into the code base. For example, Node version 22.17.0 is hard-coded into the Dockerfile. This PowerShell script runs in the same CI build, but it uses Node version 22.21.1.
If a bug is introduced because of an outdated version of Node, it will be a nightmare to debug because there are so many different versions of Node being used in so many different places.
The correct node version should be in one place in the code base.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs verificationIssue has been fixed, but requires verification before closingIssue has been fixed, but requires verification before closing
Type
Projects
Status
Needs Verification