fix(package): bolt-unpack update nodejs_22

This commit is contained in:
2025-06-30 23:48:14 +00:00
parent ff511679c8
commit 3aaf40a0da
+1 -1
View File
@@ -113,7 +113,7 @@ pkgs.writeShellScriptBin "unpack" ''
mv "$SRC_PROJECT_DIR" "$WEB_DIR"
cd "$WEB_DIR"
${pkgs.nodejs_18}/bin/npm isntall
${pkgs.nodejs_22}/bin/npm isntall
# Handle the config.toml file
if [ ! -f "$SRC_CONFIG" ]; then