Skip to content

Commit

Permalink
chore: postpone load-testing update to node18
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio committed Sep 23, 2023
1 parent f5db046 commit b456f06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/scripts/load-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

STACK_VERSION=${1:-8.6.1}
USER_ID="$(id -u):$(id -g)"
NODEJS_VERSION=$(cat .nvmrc)
# The migration of this to Node.js 18 will wait. To update playwright (and browsers)
# to make it work in Node.js 18 and latest version in ubuntu (or another OS)
# will require us to invest a certain amount of time
NODEJS_VERSION=14

USER_ID="${USER_ID}" \
NODEJS_VERSION="${NODEJS_VERSION}" \
Expand Down

0 comments on commit b456f06

Please sign in to comment.