feat: avoid npm usage (#6742)

Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
This commit is contained in:
Lucas Fernando Cardoso Nunes
2024-02-05 22:31:26 -03:00
committed by GitHub
parent af2f4af8a2
commit a600921c0b
2 changed files with 2 additions and 0 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
engine-strict = true

View File

@@ -35,6 +35,7 @@
}, },
"engines": { "engines": {
"node": ">14.16.0 <17.0.0", "node": ">14.16.0 <17.0.0",
"npm": "please-use-yarn",
"yarn": "^1.22.10" "yarn": "^1.22.10"
}, },
"author": "Redash Contributors", "author": "Redash Contributors",