Skip to content

Commit a0e12d2

Browse files
Upgrading node version to node_20.x
1 parent 56152da commit a0e12d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ default:
2828
- mkdir -p /etc/apt/keyrings
2929
- curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
3030
# We are explicitly setting the node_18.x version for the installation
31-
- echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
31+
- echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
3232
- apt-get update
3333
- apt-get install nodejs -y
3434
- npm install --global yarn

0 commit comments

Comments
 (0)