Skip to content

Commit 5810176

Browse files
committed
Fix Node version
1 parent f8903ce commit 5810176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This package can be used to do what it does in Node 14–20.
3737
## Install
3838

3939
This package is [ESM only][esm].
40-
In Node.js (version 18.0+), install with [npm][]:
40+
In Node.js (version 16+), install with [npm][]:
4141

4242
```sh
4343
npm install import-meta-resolve
@@ -199,7 +199,7 @@ It exports the additional type [`ErrnoException`][errnoexception].
199199
## Compatibility
200200
201201
This package is at least compatible with all maintained versions of Node.js.
202-
As of now, that is Node.js 18 and later.
202+
As of now, that is Node.js 16 and later.
203203
204204
## Contribute
205205

0 commit comments

Comments
 (0)