From ea2a55ebac28ae6df20304c266667705e607afbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Mon, 19 Jun 2023 21:58:47 +0200 Subject: [PATCH] add engines.node field --- package-lock.json | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/package-lock.json b/package-lock.json index 05f187d..11ded22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,9 @@ }, "devDependencies": { "eslint": "^7.0.0" + }, + "engines": { + "node": ">=18" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 2a2b8b0..ff3dc82 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "scripts": { "test": "eslint ." }, + "engines": { + "node": ">=18" + }, "repository": { "type": "git", "url": "git+https://github.com/koddsson/coworking-with.git"