Skip to content

Commit 15b3942

Browse files
committed
chore: change node-latest task to use latest node version
1 parent 8b0f354 commit 15b3942

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4822,7 +4822,7 @@ buildvariants:
48224822
display_name: rhel8 Node Latest
48234823
run_on: rhel80-large
48244824
expansions:
4825-
NODE_LTS_VERSION: 20
4825+
NODE_LTS_VERSION: latest
48264826
CLIENT_ENCRYPTION: true
48274827
tasks:
48284828
- test-latest-server
@@ -4866,9 +4866,10 @@ buildvariants:
48664866
- test-latest-load-balanced
48674867
- test-auth-kerberos
48684868
- test-auth-ldap
4869-
- test-socks5
48704869
- test-socks5-csfle
48714870
- test-socks5-tls
4871+
- test-zstd-compression
4872+
- test-snappy-compression
48724873
- test-tls-support-latest
48734874
- test-tls-support-8.0
48744875
- test-tls-support-7.0

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ for (const {
395395
name: `${osName}-node-latest`,
396396
display_name: `${osDisplayName} Node Latest`,
397397
run_on,
398-
expansions: { NODE_LTS_VERSION: LATEST_LTS },
398+
expansions: { NODE_LTS_VERSION: 'latest' },
399399
tasks: tasks.map(({ name }) => name)
400400
};
401401
if (clientEncryption) {

0 commit comments

Comments
 (0)