Skip to content

Commit aa3fe61

Browse files
authored
Fix PNPM install in Github Actions (#1)
1 parent 9148fa0 commit aa3fe61

3 files changed

Lines changed: 425 additions & 426 deletions

File tree

.github/workflows/docusaurus.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 9
2625
run_install: false
2726
- name: Install Node.js
2827
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@docusaurus/tsconfig": "3.6.3",
3535
"@docusaurus/types": "3.6.3",
3636
"husky": "^9.1.7",
37-
"lint-staged": "^15.4.2",
37+
"lint-staged": "^15.4.3",
3838
"prettier": "^3.4.2",
3939
"typescript": "~5.6.3"
4040
},

0 commit comments

Comments
 (0)