Skip to content

Commit

Permalink
chore(deps): Updated to node v23 in theme building
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Oct 26, 2024
1 parent efe8d0d commit 80470b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/theme/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apt install -y ca-certificates curl gnupg
mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg

NODE_MAJOR=22
NODE_MAJOR=23
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list

apt update
Expand Down

0 comments on commit 80470b8

Please sign in to comment.