Skip to content
Snippets Groups Projects

js: deb 11: bump node 19 -> 21

Closed jeffrey young requested to merge doyougnu/ci-images:master into master
1 unresolved thread
+ 1
1
@@ -146,7 +146,7 @@ let
let
installNodeJS: CF.Type =
CF.run "install nodejs"
[ "curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - && sudo apt-get install -y nodejs"
[ "curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - && sudo apt-get install -y nodejs"
]
let
Loading