From 3c2abe9da2b8a94dbb0fa5b541cb239030ef07ef Mon Sep 17 00:00:00 2001 From: David Luna Date: Tue, 2 Dec 2025 09:25:10 +0100 Subject: [PATCH] chore: update node version in microbenchmark --- .ci/scripts/benchmarks.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.ci/scripts/benchmarks.sh b/.ci/scripts/benchmarks.sh index ba898904d..417cc7166 100755 --- a/.ci/scripts/benchmarks.sh +++ b/.ci/scripts/benchmarks.sh @@ -1,10 +1,7 @@ #!/usr/bin/env bash USER_ID="$(id -u):$(id -g)" -# 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 +NODEJS_VERSION=20 USER_ID="${USER_ID}" \ NODEJS_VERSION="${NODEJS_VERSION}" \