Skip to content

Commit

Permalink
run pnpm install in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Jun 13, 2024
1 parent dc9b675 commit 1528cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

# - name: Create release PR or publish to npm + GitHub
# id: changesets
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Install Playwright
run: npx playwright install --with-deps
Expand Down

0 comments on commit 1528cdb

Please sign in to comment.