diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30e8027..c17af96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Install npm dependencies - run: npm ci + - name: Install playwright + run: npx playwright install - name: Build run: npm run build