diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db85cc9..e3f92d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,6 @@ jobs: fail-fast: false matrix: node-version: - - 14 - - 16 - 18 - 19 - 20 diff --git a/package.json b/package.json index 08c11a7..7bd989a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/mnsrulz/gddirecturl#readme", "engines": { - "node": ">=14" + "node": ">=18" }, "devDependencies": { "ava": "^5.1.0"