diff --git a/.github/workflows/web.tests.yml b/.github/workflows/web.tests.yml index 72c22ee12..f8d81687a 100644 --- a/.github/workflows/web.tests.yml +++ b/.github/workflows/web.tests.yml @@ -67,7 +67,7 @@ jobs: - name: Install packages run: | npm ci --ignore-scripts --prefer-offline --no-audit - npm install -D @playwright/test otplib + npm install -D @playwright/test otplib dayjs - name: Validate build extraction run: ls -ld ./apps/web/build/index.html