update golang to 1.20 and update nodejs to 18.15

This commit is contained in:
MaysWind
2023-03-24 00:45:33 +08:00
parent c1422f789a
commit dbf5c0a5bd
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -135,6 +135,7 @@ build_frontend() {
npm install
echo "Building frontend files ($RELEASE_TYPE)..."
export NODE_OPTIONS=--openssl-legacy-provider
npm run build -- "$frontend_build_arguments"
}