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 5784c0b commit 047a7e9Copy full SHA for 047a7e9
.github/workflows/deployment.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
node-version: 16
27
- uses: microsoft/playwright-github-action@v1
28
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
29
30
path: ~/.npm
31
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments