Skip to content

Commit

Permalink
ci: missing pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
prury committed Aug 28, 2024
1 parent a3fb9e4 commit c6e3ae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm i
run: pnpm install --frozen-lockfile
- name: Build wallet
run: pnpm run dev
- name: Install Playwright Browsers
Expand Down

0 comments on commit c6e3ae8

Please sign in to comment.