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 9fd160e commit d17a170Copy full SHA for d17a170
.github/workflows/pa11y.yml
@@ -32,7 +32,7 @@ jobs:
32
node-version: "${{ env.NODE }}"
33
34
- name: Set up npm cache
35
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.0
36
with:
37
path: ~/.npm
38
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
.github/workflows/percy.yml
@@ -30,7 +30,7 @@ jobs:
30
31
0 commit comments