From 2f034ea632cfa0599eb6aa26e680d5a8eae5d507 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 6 Aug 2023 14:48:47 +0200 Subject: [PATCH] build: update volta pnpm version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- benchmarks/versus-external-pools/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index a7dd00be..20a273b9 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -11,7 +11,7 @@ }, "volta": { "node": "18.17.0", - "pnpm": "8.6.11" + "pnpm": "8.6.12" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/package.json b/package.json index 1da5360a..560465bd 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "volta": { "node": "20.5.0", - "pnpm": "8.6.11" + "pnpm": "8.6.12" }, "repository": { "type": "git", -- 2.34.1