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(npmrc): Explicitly configure the Node version to use #2172

Closed

Commits on May 28, 2024

  1. style(npmrc): Strip spaces around = for consistency

    Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
    sschuberth committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c087513 View commit details
    Browse the repository at this point in the history
  2. build(npmrc): Explicitly configure the Node version to use

    While `package.json` files have `engines.node` set, that specifies a range
    of compatible runtime Node versions, but not the exact version to build
    the project. Use `pnpm`'s `use-node-version` directive [1] for that
    purpose. Choose the latest 20 version that still matches `engines.node`.
    
    [1]: https://pnpm.io/npmrc#use-node-version
    
    Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
    sschuberth committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ecb35df View commit details
    Browse the repository at this point in the history