Skip to content

Commit

Permalink
fixed pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Nov 13, 2024
1 parent b031c3d commit 2066486
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
with:
version: latest
version: 9.12.3
run_install: true
- name: Use Node.js 16.x
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
with:
version: latest
version: 9.12.3
run_install: true
- name: Use Node.js 16.x
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-addons-api
2 changes: 1 addition & 1 deletion packages/safari-webstore-api

0 comments on commit 2066486

Please sign in to comment.