Skip to content

Commit 27dd89b

Browse files
committed
node 20 and higher
1 parent add9861 commit 27dd89b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
matrix:
2929
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030
node-version:
31-
- "16"
32-
- "18"
3331
- "20"
3432
- "22"
3533
- "24"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ pnpm tsc
5050

5151
and make changes to code under lib/.
5252

53+
Tested with nodejs versions 20 or higher.
54+
5355
## User's Guide
5456

5557
This is the original user's guide, but with various updates.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prepublishOnly": "pnpm audit && pnpm test"
5353
},
5454
"engines": {
55-
"node": ">=16.0.0"
55+
"node": ">=20.0.0"
5656
},
5757
"license": "MIT"
5858
}

0 commit comments

Comments
 (0)