diff --git a/package.json b/package.json index 93a67678d..1af0a1c04 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "url": "https://gitea.verdnatura.es/verdnatura/salix" }, "engines": { + "node": ">=14", "npm": ">=8" }, "dependencies": { diff --git a/print/.npmrc b/print/.npmrc deleted file mode 100644 index 4fd021952..000000000 --- a/print/.npmrc +++ /dev/null @@ -1 +0,0 @@ -engine-strict=true \ No newline at end of file diff --git a/print/package.json b/print/package.json index d15128073..720f11814 100755 --- a/print/package.json +++ b/print/package.json @@ -12,6 +12,7 @@ "url": "https://git.verdnatura.es/salix" }, "engines": { + "node": ">=14", "npm": ">=8" }, "license": "GPL-3.0",