Skip to content

Commit bc943b5

Browse files
committed
forgot
1 parent 8d2faf9 commit bc943b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/devenv-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if [[ "$got" != "$expected" ]]; then
9191
fi
9292

9393
# devenv-bootstrap.sh overrides sentry devenv config.ini with this version
94-
expected="v20.13.1"
94+
expected="v22.16.0"
9595
# more rigorous check than node --version
9696
got=$(node -e 'console.log(process.version);')
9797
if [[ "$got" != "$expected" ]]; then

0 commit comments

Comments
 (0)