mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Update node.js to v22 (#2537)
This commit is contained in:
@@ -60,7 +60,7 @@ dependencyLocking {
|
|||||||
|
|
||||||
node {
|
node {
|
||||||
download = false
|
download = false
|
||||||
version = "20.10.0"
|
version = "22.7.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
wrapper {
|
wrapper {
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ npm cache clean -f
|
|||||||
npm install -g n
|
npm install -g n
|
||||||
# Retrying because fails are possible for node.js intallation. See
|
# Retrying because fails are possible for node.js intallation. See
|
||||||
# https://github.com/nodejs/build/issues/1993
|
# https://github.com/nodejs/build/issues/1993
|
||||||
for i in {1..5}; do n 20.10.0 && break || sleep 15; done
|
for i in {1..5}; do n 22.7.0 && break || sleep 15; done
|
||||||
|
|
||||||
# Install gp_dump
|
# Install gp_dump
|
||||||
apt-get install postgresql-client-11 procps -y
|
apt-get install postgresql-client-11 procps -y
|
||||||
|
|||||||
Reference in New Issue
Block a user