Skip to content

Commit 2a1715e

Browse files
committed
fix(deps): migrate pnpm to v9
1 parent 5fce662 commit 2a1715e

File tree

3 files changed

+4907
-3869
lines changed

3 files changed

+4907
-3869
lines changed

.github/workflows/deploy_to_netlify.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
uses: ghacts/static-site@main
107107
with:
108108
node-version: 18
109+
package-manager: pnpm
110+
package-manager-version: 9
109111
skip-test: true
110112
lint-script: "lint:js"
111113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"version": "2.2.6",
66
"license": "MIT",
7-
"packageManager": "pnpm@8.15.7",
7+
"packageManager": "pnpm@9.0.5",
88
"scripts": {
99
"lc:new": "tsx ./src/cmd/leetcode.ts",
1010
"dev": "astro dev",

0 commit comments

Comments
 (0)