Skip to content

Commit

Permalink
Add packageManager field to package.json (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Aug 23, 2024
1 parent ab9e8f8 commit 686b949
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/firebase-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9.x
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/firebase-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9.x
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/refresh-index-chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9.x
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"engines": {
"node": "20"
},
"packageManager": "pnpm@9.8.0",
"resolutions": {
"watchpack": "2.4.1"
},
Expand Down

0 comments on commit 686b949

Please sign in to comment.