Skip to content

Commit

Permalink
feat: avoid npm usage (#6742)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fernando Cardoso Nunes <[email protected]>
  • Loading branch information
lucasfcnunes authored Feb 6, 2024
1 parent af2f4af commit a600921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"engines": {
"node": ">14.16.0 <17.0.0",
"npm": "please-use-yarn",
"yarn": "^1.22.10"
},
"author": "Redash Contributors",
Expand Down

0 comments on commit a600921

Please sign in to comment.