Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Dec 23, 2024
1 parent 9a43690 commit fb9485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit fb9485f

Please sign in to comment.