gitcoinco / code_fund_ads

CodeFund is an open source platform that helps fund maintainers, bloggers, and builders through non-tracking ethical ads
https://codefund.io
GNU Affero General Public License v3.0
376 stars 104 forks source link

lock down js engines #1267

Closed andrewmcodes closed 4 years ago

andrewmcodes commented 4 years ago

Type of PR

Description

Our node version keeps increasing due to how we have our engines configured in package.json. We don't want this - so this commit locks down node, npm, and yarn

Checklist