Skip to content

Commit

Permalink
ci: update playwright cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 16, 2024
1 parent 5a995a5 commit 4a10f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: playwright-cache
with:
path: /Users/runner/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-1.43.0
key: ${{ runner.os }}-playwright-1.44.0

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit 4a10f4c

Please sign in to comment.