We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2faf9 commit bc943b5Copy full SHA for bc943b5
ci/devenv-bootstrap.sh
@@ -91,7 +91,7 @@ if [[ "$got" != "$expected" ]]; then
91
fi
92
93
# devenv-bootstrap.sh overrides sentry devenv config.ini with this version
94
-expected="v20.13.1"
+expected="v22.16.0"
95
# more rigorous check than node --version
96
got=$(node -e 'console.log(process.version);')
97
if [[ "$got" != "$expected" ]]; then
0 commit comments