Skip to content

Commit 3c2abe9

Browse files
committed
chore: update node version in microbenchmark
1 parent 2632a67 commit 3c2abe9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.ci/scripts/benchmarks.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/usr/bin/env bash
22

33
USER_ID="$(id -u):$(id -g)"
4-
# The migration of this to Node.js 18 will wait. To update playwright (and browsers)
5-
# to make it work in Node.js 18 and latest version in ubuntu (or another OS)
6-
# will require us to invest a certain amount of time
7-
NODEJS_VERSION=14
4+
NODEJS_VERSION=20
85

96
USER_ID="${USER_ID}" \
107
NODEJS_VERSION="${NODEJS_VERSION}" \

0 commit comments

Comments
 (0)