Skip to content

Commit 519cb01

Browse files
Update cloudbuild.yaml
Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent 96812e6 commit 519cb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ steps:
2828
- '-c'
2929
- |
3030
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 -
31+
# Install Node.js 24 (nodesource setup script also runs apt-get update)
32+
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
3333
apt-get install -y nodejs
3434
3535
# Install Python dependencies

0 commit comments

Comments
 (0)