Skip to content

Commit 4692d5f

Browse files
committed
run on 22
1 parent 496c355 commit 4692d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-tests-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ else
123123
echo -e "SUCCESS: Apache site built and set for Kerberos auth\nActual Output:\n$CURL_OUTPUT"
124124
fi
125125

126-
echo "Run: install Node.js 20"
127-
export NODE_LTS_VERSION=20
126+
echo "Run: install Node.js 22"
127+
export NODE_LTS_VERSION=22
128128
source "${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh"
129129

130130
npm test

0 commit comments

Comments
 (0)