Skip to content

Commit

Permalink
wip: Upgrade NodeJS to v20 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jul 23, 2024
1 parent c69f12b commit 1cd1ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NODE_VER=$DEFAULT_NODE_VER
DEBIAN_VER=$DEFAULT_DEBIAN_VER
PUBLISH=false
CI_STEP_NAME="Build app"
while getopts "pr:" option; do
while getopts "d:n:pr:" option; do
case $option in
d) # defines debian version
DEBIAN_VER=$OPTARG
Expand Down

0 comments on commit 1cd1ee4

Please sign in to comment.