Skip to content
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