From 21638f3fdc7a787e623b555338ca7d4a9ed3919a Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:39:13 +1000 Subject: [PATCH] Specify npm version ~10 (#573) This was previously set to ~10.4, but there is no node version that satisifed the constraint of node ~18 and npm ~10.4. This change follows the approach in the main `clients` repository. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10ab05bc..9c09e690 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ }, "engines": { "node": "~18", - "npm": "~10.4.0" + "npm": "~10" }, "lint-staged": { "./!(jslib)**": "prettier --ignore-unknown --write",