File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ echo "Add custom sources"
1717cp $TEMPLATES_PATH /usr/share/keyrings/* .asc /usr/share/keyrings/
1818
1919# Set up the correct node source
20- export NODE_VERSION=22
20+ export NODE_VERSION=24
2121export NODESOURCE_ARCHITECTURE=$( dpkg --print-architecture)
2222export NODESOURCE_SUITE=" bookworm"
2323envsubst \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cp $TEMPLATES_PATH/usr/share/keyrings/*.asc /usr/share/keyrings/
2828cp $TEMPLATES_PATH /etc/apt/sources.list.d/* .sources /etc/apt/sources.list.d/
2929
3030# Set up the correct node source
31- export NODE_VERSION=22
31+ export NODE_VERSION=24
3232export NODESOURCE_ARCHITECTURE=$( dpkg --print-architecture)
3333export NODESOURCE_SUITE=" bookworm"
3434
You can’t perform that action at this time.
0 commit comments