Skip to content

Commit

Permalink
chore: change node-latest task to use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 25, 2024
1 parent 3d3da40 commit 2e2ab21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4708,7 +4708,7 @@ buildvariants:
display_name: rhel8 Node Latest
run_on: rhel80-large
expansions:
NODE_LTS_VERSION: 20
NODE_LTS_VERSION: latest
CLIENT_ENCRYPTION: true
tasks:
- test-latest-server
Expand Down Expand Up @@ -4749,9 +4749,10 @@ buildvariants:
- test-latest-load-balanced
- test-auth-kerberos
- test-auth-ldap
- test-socks5
- test-socks5-csfle
- test-socks5-tls
- test-zstd-compression
- test-snappy-compression
- test-tls-support-latest
- test-tls-support-8.0
- test-tls-support-7.0
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ for (const {
name: `${osName}-node-latest`,
display_name: `${osDisplayName} Node Latest`,
run_on,
expansions: { NODE_LTS_VERSION: LATEST_LTS },
expansions: { NODE_LTS_VERSION: 'latest' },
tasks: tasks.map(({ name }) => name)
};
if (clientEncryption) {
Expand Down

0 comments on commit 2e2ab21

Please sign in to comment.