From 644e837067fd8718c93a2863ca72495a575c3b60 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 2 Sep 2024 11:31:19 +1000 Subject: [PATCH] Specify npm version ~10 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 301eea592..15b9a9aaa 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",