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 466ece3 commit 28b97aeCopy full SHA for 28b97ae
.evergreen/config.yml
@@ -177,5 +177,6 @@ buildvariants:
177
packager_distro: ubuntu2004
178
packager_arch: arm64
179
tasks:
180
+ - run-tests-ubuntu
181
- run-prebuild
182
- run-prebuild-force-publish
.evergreen/run-tests-ubuntu.sh
@@ -126,10 +126,10 @@ fi
126
source "${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh"
127
128
set -o xtrace
129
-echo "Run: nvm install 14"
130
-nvm install 14
131
-echo "Run: nvm use 14"
132
-nvm use 14
+echo "Run: nvm install 18"
+nvm install 18
+echo "Run: nvm use 18"
+nvm use 18
133
set +o xtrace
134
135
0 commit comments