Skip to content

Commit 262ca08

Browse files
committed
fix: run lint checks on latest lts
1 parent 27373bc commit 262ca08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ tasks:
20662066
type: setup
20672067
params:
20682068
updates:
2069-
- {key: NODE_LTS_VERSION, value: '16'}
2069+
- {key: NODE_LTS_VERSION, value: '22'}
20702070
- {key: NPM_VERSION, value: '9'}
20712071
- func: install dependencies
20722072
- func: run lint checks

.evergreen/generate_evergreen_tasks.js

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

0 commit comments

Comments
 (0)