Skip to content

Commit

Permalink
fix: lock pnpm version and cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Brendgen committed Sep 25, 2024
1 parent f5f5ebf commit c476b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playground-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: latest
version: 9.10.0
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
cwd: .
- name: Setting up GITHUB_ENV for later steps
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/playground-trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: latest
version: 9.10.0
run_install: |
- recursive: true
cwd: .
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Setting up GITHUB_ENV for later steps
Expand Down

0 comments on commit c476b9d

Please sign in to comment.