Skip to content

Commit 9903f15

Browse files
first chunk
1 parent f57c51b commit 9903f15

File tree

11 files changed

+228
-6722
lines changed

11 files changed

+228
-6722
lines changed

.evergreen/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2066,8 +2066,7 @@ tasks:
20662066
type: setup
20672067
params:
20682068
updates:
2069-
- {key: NODE_LTS_VERSION, value: '16'}
2070-
- {key: NPM_VERSION, value: '9'}
2069+
- {key: NODE_LTS_VERSION, value: '22'}
20712070
- func: install dependencies
20722071
- func: run lint checks
20732072
- name: run-resource-management-no-async-dispose

.evergreen/generate_evergreen_tasks.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,7 @@ SINGLETON_TASKS.push(
529529
tags: ['lint-checks'],
530530
commands: [
531531
updateExpansions({
532-
NODE_LTS_VERSION: LOWEST_LTS,
533-
NPM_VERSION: 9
532+
NODE_LTS_VERSION: LATEST_LTS
534533
}),
535534
{ func: 'install dependencies' },
536535
{ func: 'run lint checks' }

0 commit comments

Comments
 (0)