Skip to content

Commit

Permalink
correct install command
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwabco committed Sep 16, 2024
1 parent 7629532 commit fdd9698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 7 # Specify the pnpm version here
version: 9 # Specify the pnpm version here
- name: Install dependencies
run: pnpm ci
run: pnpm install
- name: Build application
run: pnpm run build
- name: Start server
Expand Down

0 comments on commit fdd9698

Please sign in to comment.