Skip to content

Commit

Permalink
fix(pa11y): add pa11y and puppeteer devDependencies to fix the pa11y-…
Browse files Browse the repository at this point in the history
…ci execution (GitHub actions) and update setup-node version
  • Loading branch information
julien-deramond committed Jun 11, 2021
1 parent fe51dbe commit 3a8990e
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci') && !contains(github.event.pull_request.labels.*.name, 'skip:pa11y'))

- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "${{ env.NODE }}"
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip:ci') && !contains(github.event.pull_request.labels.*.name, 'skip:pa11y'))
Expand Down
Loading

0 comments on commit 3a8990e

Please sign in to comment.