X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=6b3dd7f396b59921f66ac76cb98fdfe70434d148;hb=fbda1e26420fdabd486af047e06c1c9b554ba592;hp=67b9468dbb575d8966ded87576a7c27f70618f5f;hpb=f6215a179f5b7b8752fe56db994b262f13ac94ab;p=poolifier.git diff --git a/package.json b/package.json index 67b9468d..6b3dd7f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.42", + "version": "2.6.43", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -42,7 +42,7 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.6.0", + "node": "20.5.1", "pnpm": "8.7.4" }, "repository": {