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 56152da commit a0e12d2Copy full SHA for a0e12d2
ci/input_files/build.yaml.tpl
@@ -28,7 +28,7 @@ default:
28
- mkdir -p /etc/apt/keyrings
29
- 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
+ - 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
32
- apt-get update
33
- apt-get install nodejs -y
34
- npm install --global yarn
0 commit comments