We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977dc8b commit c2f3e0fCopy full SHA for c2f3e0f
.github/workflows/e2e.yml
@@ -46,7 +46,7 @@ jobs:
46
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
47
restore-keys: |
48
${{ runner.os }}-node
49
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
50
with:
51
path: ~/.cache/ms-playwright
52
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-e2e
0 commit comments