Skip to content

Commit

Permalink
Use Node.js 20 as LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Feb 22, 2024
1 parent 3677b4a commit 879152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

IMAGE_NAME="pcvolkmer/jenkins-slave-nodejs"
LTS_VERSION="18"
LTS_VERSION="20"
LATEST_VERSION="21"

for version in $(find . -maxdepth 1 -mindepth 1 -type d -printf '%f\n'); do
Expand Down

0 comments on commit 879152b

Please sign in to comment.