chore: align node and npm versions of DDEV with host, use npm ci

This commit is contained in:
Björn Fromme
2026-03-16 12:03:00 +01:00
parent 06f53ba6eb
commit abea6bff7b
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ task('deploy', [
]);
task('deploy:assets', function () {
runLocally('npm i && npm run build');
runLocally('npm ci && npm run build');
});
task('deploy:stop-workers', function () {