We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da70192 commit af8cab3Copy full SHA for af8cab3
.evergreen/config.yml
@@ -1699,7 +1699,7 @@ tasks:
1699
params:
1700
updates:
1701
- {key: NATIVE, value: 'true'}
1702
- - {key: NPM_VERSION, value: 11.4.2}
+ - {key: NPM_VERSION, value: 8.19.4}
1703
- func: install dependencies
1704
- func: assume secrets manager role
1705
- func: run kerberos tests
.evergreen/generate_evergreen_tasks.js
@@ -157,7 +157,7 @@ TASKS.push(
157
commands: [
158
updateExpansions({
159
NATIVE: 'true',
160
- NPM_VERSION: '11.4.2'
+ NPM_VERSION: '8.19.4'
161
}),
162
{ func: 'install dependencies' },
163
{ func: 'assume secrets manager role' },
0 commit comments