Update Node.js version to 24 and refresh compiled files - #161
Merged
Conversation
Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>
Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>
Contributor
Author
|
@microsoft-github-policy-service agree |
radhikajain99
approved these changes
Jul 9, 2026
Contributor
|
Not so much preferinig to complete the pr without passing the pr checks. since the pr creator doesnt have access to secrets, the login is failing, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The load-testing GitHub action is running with node version 20 which reached end of life at the end of April 2026. To prevent the action from failing to run, a workaround is to set the action environment variable
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSIONtotrue. This pull request updates the node version so it is no longer using a deprecated version.Changes:
npm run compileand committed the updated compiled filesResolves #155