Upgrade pnpm version

This commit is contained in:
the1812 2023-12-22 09:10:23 +08:00
parent 8127ca2fcc
commit 13f165ee1d
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
"name": "Install dependencies",
"uses": "pnpm/action-setup@v2.2.4",
"with": {
"version": "8.9.0",
"version": "8.12.1",
"run_install": true
}
},

View File

@ -17,7 +17,7 @@
"name": "Install dependencies",
"uses": "pnpm/action-setup@v2.2.4",
"with": {
"version": "8.9.0",
"version": "8.12.1",
"run_install": true
}
},