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

feat(infra): inform pnpm users of our “Gallium” runtime & toolchain #71

Merged

Conversation

DerekNonGeneric
Copy link
Member

If you want to prevent contributors of your project from adding new
incompatible dependencies, use node-version and engine-strict in
a .npmrc file at the root of the project.

Refs: https://pnpm.io/npmrc#node-version

This way, even if someone is using Node.js v18 runtime & toolchain,
they will not be able to install a new dependency that doesn't support
our Node.js v16.13.0 (“Gallium” runtime & toolchain).

Refs: #64

/cc @septs @shellscape

> If you want to prevent contributors of your project from adding new
> incompatible dependencies, use `node-version` and `engine-strict` in
> a `.npmrc` file at the root of the project.

Refs: https://pnpm.io/npmrc#node-version

This way, even if someone is using Node.js v18 runtime & toolchain,
they will not be able to install a new dependency that doesn't support
our Node.js v16.13.0 (“Gallium” runtime & toolchain).

Refs: OpenINF#64
.npmrc Outdated Show resolved Hide resolved
@DerekNonGeneric DerekNonGeneric merged commit 97bb784 into OpenINF:main Aug 27, 2022
@DerekNonGeneric DerekNonGeneric deleted the infra/lkgr-afa-pnpm-knows branch August 27, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant