Skip to content

Commit

Permalink
Update pnpm requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yzrmn committed Sep 2, 2024
1 parent 93b9291 commit bbb962f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Execute `npm run init` to install/update the development environment and `npm ru

- Visual Studio Code
- Node.js 22.x or later
- pnpm 9.x

### Example `launch.json`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"engines": {
"node": ">=22",
"pnpm": ">=8"
"pnpm": "9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.1",
Expand Down

0 comments on commit bbb962f

Please sign in to comment.