Skip to content

Commit

Permalink
fix(docs): specify pnpm version for building docs (#2495)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
(cherry picked from commit 3dd4ec8)
  • Loading branch information
krancour authored and github-actions[bot] committed Sep 9, 2024
1 parent e6112da commit c2958bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
},
"packageManager": "[email protected]",
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^0.11.0",
"@docusaurus/core": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/gtag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "tsc --build",
"watch": "tsc --build --watch"
},
"packageManager": "[email protected]",
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/types": "^3.0.0",
Expand Down

0 comments on commit c2958bd

Please sign in to comment.