Skip to content

Commit

Permalink
use specific node version, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
julialeague committed May 19, 2023
1 parent 33f6e24 commit c3d2cb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1

- name: Use Node
uses: actions/setup-node@v3
with:
node-version: '17.x'
- name: Set up pa11y
run: npm install

Expand Down

0 comments on commit c3d2cb0

Please sign in to comment.