]> Piment Noir Git Repositories - poolifier.git/commitdiff
fix: drop Node.js 20.x support (pnpm requires >= 22.13)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 13 Apr 2026 15:28:02 +0000 (17:28 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 13 Apr 2026 15:28:02 +0000 (17:28 +0200)
.github/workflows/ci.yml
README.md
package.json

index d6b15a9c9762584a8f5556141510e32f9589e4ca..58e7b034f45fca4e68a95bfdfc2e3124d023a6a1 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['20.x', '22.x', '24.x', 'latest']
+        node: ['22.x', '24.x', 'latest']
 
     name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
 
index 805ec13ae53ce4a0472b809bcf789c88c7731367..b6c2d34f6932c97a3a8f94c3ea2076938919ba03 100644 (file)
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ Remember that workers can only send and receive structured-cloneable data.
 
 ## Node.js versions
 
-Node.js versions >= 20.x.x are supported.
+Node.js versions >= 22.x.x are supported.
 
 ## [API](./docs/api.md)
 
index 5fb713b7f60ed2b00e7cdf63725bea252ba4631e..19611391377a2e0d1571c43dce5c9724838b5618 100644 (file)
@@ -39,7 +39,7 @@
     "postpublish": "rm -rf ./package"
   },
   "engines": {
-    "node": ">=20.11.0",
+    "node": ">=22.13.0",
     "pnpm": ">=9.0.0"
   },
   "volta": {