Skip to content

Commit

Permalink
build(deps): drop node 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Aug 11, 2024
1 parent 868469d commit 3f2c7c2
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 21 22 ; do
for major in 20 22 ; 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 3f2c7c2

Please sign in to comment.