chore: update minimum node version, add description
This commit is contained in:
parent
84f8fbb361
commit
29f3ffee60
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: ['10.x', '12.x', '14.x']
|
node: ['12.x', '14.x', '16.x']
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "tsdx watch",
|
"start": "tsdx watch",
|
||||||
|
|
@ -34,6 +34,7 @@
|
||||||
},
|
},
|
||||||
"name": "link-previewer",
|
"name": "link-previewer",
|
||||||
"author": "nzambello",
|
"author": "nzambello",
|
||||||
|
"description": "Node util to retrieve preview info from a link (og tags, meta tags, images, videos)",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nzambello/link-previewer.git"
|
"url": "https://github.com/nzambello/link-previewer.git"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue