Skip to content

chore: pin npm for kerberos tests #4599

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,7 @@ tasks:
params:
updates:
- {key: NATIVE, value: 'true'}
- {key: NPM_VERSION, value: 8.19.4}
Copy link
Member Author

Choose a reason for hiding this comment

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

8.19.4 for the lowest version that's going to work across all our Node version variants (We still support 16 and 18)

Copy link
Contributor

Choose a reason for hiding this comment

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

Want to add a link to the issue I filed? npm/cli#8464

- func: install dependencies
- func: assume secrets manager role
- func: run kerberos tests
Expand Down
3 changes: 2 additions & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ TASKS.push(
tags: ['auth', 'kerberos'],
commands: [
updateExpansions({
NATIVE: 'true'
NATIVE: 'true',
NPM_VERSION: '8.19.4'
}),
{ func: 'install dependencies' },
{ func: 'assume secrets manager role' },
Expand Down
Loading