From bbb962f26bc7e6d2a2f89738b4c443b916437dc8 Mon Sep 17 00:00:00 2001 From: yzrmn Date: Mon, 2 Sep 2024 11:27:21 +0200 Subject: [PATCH] Update pnpm requirements --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 052fd55..3fcaf79 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/package.json b/package.json index 2a88176..fa71e17 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "engines": { "node": ">=22", - "pnpm": ">=8" + "pnpm": "9" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.16.1",