Skip to content

Commit

Permalink
install peers in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Jan 28, 2025
1 parent ce02602 commit 0dadac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
node-version: 21.x
- name: Install npm packages using cache
uses: bahmutov/npm-install@v1
- name: Install Peers
run: npx install-peers
- name: Install Playwright
run: npx playwright install --with-deps
- name: Lint code
Expand Down

0 comments on commit 0dadac5

Please sign in to comment.