mirror of
https://github.com/YunoHost-Apps/scratch_ynh.git
synced 2024-09-03 20:26:03 +02:00
8 lines
189 B
Bash
8 lines
189 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES AND CUSTOM HELPERS
|
|
#=================================================
|
|
|
|
# NodeJS version
|
|
nodejs_version=18
|