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

Use node 'current' in UT, allow disable #100

Merged
merged 2 commits into from
May 9, 2024
Merged

Conversation

iowillhoit
Copy link
Contributor

@iowillhoit iowillhoit commented May 8, 2024

We had disabled Node current in unit tests when we were having issues with Node 21. This brings it back along with the ability to disable it with an env var in Github Actions (either at the org or repo level).

@W-15716084@

@@ -18,6 +18,9 @@ runs:
shell: bash
id: node-versions
run: |
# Current can be disabled by setting the GHA var "UT_DISABLE_NODE_CURRENT" to "true"
Copy link
Contributor

Choose a reason for hiding this comment

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

I like that an org-level var could disable it.

@mshanemc mshanemc merged commit 6985c77 into main May 9, 2024
1 check passed
mshanemc added a commit that referenced this pull request May 9, 2024
mshanemc added a commit that referenced this pull request May 9, 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.

2 participants