Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: enforce node/npm versions #4434

Merged
merged 2 commits into from
Aug 22, 2022
Merged

build: enforce node/npm versions #4434

merged 2 commits into from
Aug 22, 2022

Conversation

vm
Copy link
Contributor

@vm vm commented Aug 22, 2022

This is the version we use to build on IPFS and is listed in our .nvmrc. Vanilla-extract also doesn't work on anything over 14 properly, so local builds won't work otherwise.

@vercel
Copy link

vercel bot commented Aug 22, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
interface ✅ Ready (Inspect) Visit Preview Aug 22, 2022 at 5:50PM (UTC)

package.json Outdated
@@ -227,5 +227,9 @@
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0",
"zustand": "^4.0.0-rc.1"
},
"engines": {
"npm" : "8",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use yarn, so I don't think we should set an npm version.

@@ -0,0 +1 @@
engine-strict = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vm vm merged commit 2c2dad1 into main Aug 22, 2022
@vm vm deleted the enforce branch August 22, 2022 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants