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 96812e6 commit 519cb01Copy full SHA for 519cb01
cloudbuild.yaml
@@ -28,8 +28,8 @@ steps:
28
- '-c'
29
- |
30
set -e
31
- # Install Node.js 20 (nodesource setup script also runs apt-get update)
32
- curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
+ # Install Node.js 24 (nodesource setup script also runs apt-get update)
+ curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
33
apt-get install -y nodejs
34
35
# Install Python dependencies
0 commit comments