Skip to content

Commit

Permalink
fix: ejs install error
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHo committed Apr 3, 2024
1 parent d68ac51 commit fb000ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
key: ${{ runner.os }}-playwright-${{ env.COMMIT_SHORT_SHA }}

- name: Install dependencies
run: npm ci
run: rm -rf package-lock.json && npm install

- name: Install Playwright Browsers
run: npx playwright install
Expand Down

0 comments on commit fb000ce

Please sign in to comment.