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

Add NODE_OPTIONS environment variable to .npmrc configuration file #1701

Merged
merged 8 commits into from
Feb 15, 2024

Conversation

TravisNickels
Copy link
Member

@TravisNickels TravisNickels commented Feb 7, 2024

Adds the NODE_OPTIONS = "--openssl-legacy-provider" to the .npmrc file in the root directory for the angular app. This allows any npm commands run in the angular directory to use the NODE_OPTIONS environment variable, which allows compatibility with Node.js versions 17 and above.

The node-version in the ci.yml and release.yml have been pinned to version 21.6.x for now. This version will need to be manually updated in future releases, as it is not picked up by dependabot.

@TravisNickels TravisNickels force-pushed the node-version-ci-split branch 2 times, most recently from d4140dd to 6de0a36 Compare February 13, 2024 03:18
@TravisNickels TravisNickels self-assigned this Feb 13, 2024
@TravisNickels TravisNickels force-pushed the node-version-ci-split branch 2 times, most recently from 5444915 to 2916046 Compare February 14, 2024 01:36
@TravisNickels TravisNickels marked this pull request as ready for review February 14, 2024 02:25
@TravisNickels TravisNickels changed the title Split Vue and AngularJS CI builds Add NODE_OPTIONS environment variable to build.ps1 Feb 14, 2024
@TravisNickels TravisNickels force-pushed the node-version-ci-split branch 2 times, most recently from 2fc9666 to c72309e Compare February 15, 2024 02:06
@PhilBastian PhilBastian merged commit 89b73f8 into merge_monitoring_master Feb 15, 2024
5 checks passed
@PhilBastian PhilBastian deleted the node-version-ci-split branch February 15, 2024 03:46
@TravisNickels TravisNickels changed the title Add NODE_OPTIONS environment variable to build.ps1 Add NODE_OPTIONS environment variable to .npmrc configuration file Feb 15, 2024
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.

3 participants