Skip to content

Commit

Permalink
Update to install project dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Oct 31, 2023
1 parent a5b85b3 commit 97ed601
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/accessibility-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
with:
node-version: 18.x

- name: Install Dependencies
- name: Install project dependencies
run: npm ci

- name: Install global dependencies
run: npm install -g @unlighthouse/cli puppeteer

- name: Run Tests
Expand Down

0 comments on commit 97ed601

Please sign in to comment.