We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27373bc commit 262ca08Copy full SHA for 262ca08
.evergreen/config.yml
@@ -2066,7 +2066,7 @@ tasks:
2066
type: setup
2067
params:
2068
updates:
2069
- - {key: NODE_LTS_VERSION, value: '16'}
+ - {key: NODE_LTS_VERSION, value: '22'}
2070
- {key: NPM_VERSION, value: '9'}
2071
- func: install dependencies
2072
- func: run lint checks
.evergreen/generate_evergreen_tasks.js
@@ -529,7 +529,7 @@ SINGLETON_TASKS.push(
529
tags: ['lint-checks'],
530
commands: [
531
updateExpansions({
532
- NODE_LTS_VERSION: LOWEST_LTS,
+ NODE_LTS_VERSION: LATEST_LTS,
533
NPM_VERSION: 9
534
}),
535
{ func: 'install dependencies' },
0 commit comments