Skip to content

Commit

Permalink
Drop support for Node v18.0.0 [major]
Browse files Browse the repository at this point in the history
Identifying `MessagePort` does not work on Node v18.0.0. Works on Node v18.1.0+.
  • Loading branch information
overlookmotel committed Dec 19, 2023
1 parent 0fcbc99 commit da03cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@
npm install native-type-of
```

Requires NodeJS v18 or later.
Requires NodeJS v18.1.0 or later.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"cover-cleanup": "rm -rf coverage"
},
"engines": {
"node": ">=18"
"node": ">=18.1.0"
},
"readmeFilename": "README.md",
"license": "MIT"
Expand Down

0 comments on commit da03cd4

Please sign in to comment.