Skip to content

Commit 36c0361

Browse files
committed
Specify node version support
1 parent 3f1365e commit 36c0361

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Installs a standalone static binary of `ffprobe` for the current platform and pr
1313

1414
A combination of package.json fields `optionalDependencies`, `cpu`, and `os` lets the installer only download the binary for the current platform. See also [Warnings during install](https://github.com/SavageCore/node-ffprobe-installer/blob/master/README.md#warnings-during-install).
1515

16+
Supports Node >= 14.21.2
17+
1618
## Install
1719

1820
npm install --save @ffprobe-installer/ffprobe

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
"unicorn/prefer-module": 0,
5454
"unicorn/prefer-top-level-await": 0
5555
}
56+
},
57+
"engines": {
58+
"node": ">=14.21.2"
5659
}
5760
}

0 commit comments

Comments
 (0)