We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add9861 commit 27dd89bCopy full SHA for 27dd89b
.github/workflows/test.yml
@@ -28,8 +28,6 @@ jobs:
28
matrix:
29
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
30
node-version:
31
- - "16"
32
- - "18"
33
- "20"
34
- "22"
35
- "24"
README.md
@@ -50,6 +50,8 @@ pnpm tsc
50
51
and make changes to code under lib/.
52
53
+Tested with nodejs versions 20 or higher.
54
+
55
## User's Guide
56
57
This is the original user's guide, but with various updates.
package.json
@@ -52,7 +52,7 @@
"prepublishOnly": "pnpm audit && pnpm test"
},
"engines": {
- "node": ">=16.0.0"
+ "node": ">=20.0.0"
"license": "MIT"
58
}
0 commit comments