diff options
author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 19:50:56 +0200 |
---|---|---|
committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 19:50:56 +0200 |
commit | d05c6b0deac6954e088dbae98e4cc53aa23e7481 (patch) | |
tree | 61ab30a45b51a72bec698edf198c0dc94b5185ab /scripts | |
parent | 9205a715837743890c797212ba950f4354779fac (diff) |
fix
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 44277c5..9195d57 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=20 +nodejs_version=18 #================================================= # PERSONAL HELPERS |