Skip to content

Commit

Permalink
Merge branch 'main' into main-jd-chore-merge-from-4b12084
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Feb 22, 2023
2 parents 99c1012 + f64d25f commit 5b61d7a
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 156 deletions.
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@v3.2.5
uses: actions/cache@v3.2.6
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: "${{ env.NODE }}"

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

0 comments on commit 5b61d7a

Please sign in to comment.