Skip to content

Commit

Permalink
build(deps): added node 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Nov 11, 2024
1 parent 3f2c7c2 commit d6e9d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e


cd "$(dirname "$(readlink -f "$0")")"
for major in 20 22 ; do
for major in 20 22 23 ; do
version=$(docker run --rm node:${major}-bookworm-slim --version)
version=$(echo ${version} | cut -c2-)
minor=$(echo ${version} | cut -d. -f2)
Expand Down

0 comments on commit d6e9d08

Please sign in to comment.