From 29f3ffee6073bc049c56d487752b3c0b44dc87b4 Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 28 Apr 2022 15:15:47 +0200 Subject: [PATCH] chore: update minimum node version, add description --- .github/workflows/main.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 535e4b7..bb98ffe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['10.x', '12.x', '14.x'] + node: ['12.x', '14.x', '16.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/package.json b/package.json index 74635ec..9a6b07e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "src" ], "engines": { - "node": ">=10" + "node": ">=12" }, "scripts": { "start": "tsdx watch", @@ -34,6 +34,7 @@ }, "name": "link-previewer", "author": "nzambello", + "description": "Node util to retrieve preview info from a link (og tags, meta tags, images, videos)", "repository": { "type": "git", "url": "https://github.com/nzambello/link-previewer.git"