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 1b0d0dc commit 2400e11Copy full SHA for 2400e11
.evergreen/config.yml
@@ -2057,7 +2057,6 @@ tasks:
2057
updates:
2058
- {key: NODE_LTS_VERSION, value: '22'}
2059
- func: install dependencies
2060
- - func: check resource management feature integration
2061
- func: build documentation
2062
- name: check-types-typescript-next-node-types-22.15.3
2063
tags:
.evergreen/generate_evergreen_tasks.js
@@ -579,7 +579,6 @@ SINGLETON_TASKS.push(
579
NODE_LTS_VERSION: LATEST_LTS
580
}),
581
{ func: 'install dependencies' },
582
- { func: 'check resource management feature integration' },
583
{ func: 'build documentation' }
584
]
585
},
0 commit comments