chore: fix format and update to pnpm 9.0.5

This commit is contained in:
Marcus Schiesser
2024-04-22 10:17:52 +08:00
parent 3bb94da804
commit 089916a148
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Install NodeJS. Preferably v18 using nvm or n.
Inside the `create-llama` directory:
```
npm i -g pnpm
npm i -g pnpm
pnpm install
```
+1 -1
View File
@@ -77,5 +77,5 @@
"engines": {
"node": ">=16.14.0"
},
"packageManager": "pnpm@9.0.1"
"packageManager": "pnpm@9.0.5"
}