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

This commit is contained in:
Björn Fromme
2026-02-05 18:07:43 +01:00
parent bc8d4f74c1
commit dd03cdd77f
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 () {