fix(package): bolt-unpack update nodejs_22

This commit is contained in:
2025-06-30 23:48:14 +00:00
parent c73c887a9c
commit 497213a2ea

View File

@@ -113,7 +113,7 @@ pkgs.writeShellScriptBin "unpack" ''
mv "$SRC_PROJECT_DIR" "$WEB_DIR" mv "$SRC_PROJECT_DIR" "$WEB_DIR"
cd "$WEB_DIR" cd "$WEB_DIR"
${pkgs.nodejs_18}/bin/npm isntall ${pkgs.nodejs_22}/bin/npm isntall
# Handle the config.toml file # Handle the config.toml file
if [ ! -f "$SRC_CONFIG" ]; then if [ ! -f "$SRC_CONFIG" ]; then