chore(deps): upgrade PNPM to v9.4.0
This commit is contained in:
parent
0ff9f60d59
commit
2cefa2508b
3 changed files with 5785 additions and 4677 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ./docs # The root location of your Astro project inside the repository. (optional)
|
path: ./docs # The root location of your Astro project inside the repository. (optional)
|
||||||
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
|
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
|
||||||
package-manager: pnpm@8.10.2 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
|
package-manager: pnpm@9.4.0 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,9 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "20.9.0",
|
"node": "20.9.0",
|
||||||
"pnpm": "8.10.2"
|
"pnpm": "9.4.0"
|
||||||
},
|
},
|
||||||
|
"packageManager": "pnpm@9.4.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
10457
pnpm-lock.yaml
generated
10457
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue