Skip to content

Commit 36e1770

Browse files
committed
update to use node 20 for ci
1 parent 942c120 commit 36e1770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ default:
2727
- apt-get install -y ca-certificates curl gnupg xxd
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
30-
# 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
30+
# We are explicitly setting the node_20.x version for the installation
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)