fix. npm install statt npm ci, um Zeit zu sparen

This commit is contained in:
ISA
2025-08-29 10:10:49 +02:00
parent a8388b27b9
commit b6ab6a11f9
6 changed files with 11 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ steps:
- name: install-dependencies
image: node:22
commands:
- npm ci --prefer-offline --no-audit
- npm install --prefer-offline --no-audit
- name: install-playwright
image: node:22