Skip to content

Commit

Permalink
build: bump pnpm to v9
Browse files Browse the repository at this point in the history
- update package.json
  - update "engines" field
  - add "packageManager" field for use with corepack
- update workflow jobs
  - remove "version" input for "pnpm/action-setup" as the action will
    use the "packageManager" field from `package.json`
- update pnpm-lock.yaml
  • Loading branch information
matijs committed May 15, 2024
1 parent f36439c commit 8e12d5a
Show file tree
Hide file tree
Showing 3 changed files with 6,383 additions and 4,208 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14.1

- name: Set up Node.js version
uses: actions/[email protected]
Expand All @@ -42,8 +40,6 @@ jobs:

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14.1

- name: Set up Node.js version
uses: actions/[email protected]
Expand All @@ -70,8 +66,6 @@ jobs:

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14.1

- name: Set up Node.js version
uses: actions/[email protected]
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"engines": {
"node": "^20",
"pnpm": "^8"
}
"pnpm": "^9"
},
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}
Loading

0 comments on commit 8e12d5a

Please sign in to comment.