File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments