X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=729363db682aa8462cf17811d595aa4e1bae2f24;hb=da9ae51dabab5885ff4ae55f87d9499fdf2b76e5;hp=6530c10fbe54bbc29fd0127f955aa73e56fb6ab7;hpb=7e36fa9f0f844e3e60f0c22de3e28665dd8cc9d1;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index 6530c10f..729363db 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -5,6 +5,12 @@ "private": true, "main": "index.js", "author": "pioardi", + "engines": { + "node": ">=14.14.0" + }, + "volta": { + "node": "18.16.0" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -12,7 +18,7 @@ "microjob": "0.7.0", "node-worker-threads-pool": "1.5.1", "piscina": "3.2.0", - "poolifier": "2.4.7", + "poolifier": "2.4.10", "threads": "1.7.0", "threadwork": "0.6.0", "worker-nodes": "2.4.0",