-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.npmrc
More file actions
10 lines (9 loc) · 579 Bytes
/
Copy path.npmrc
File metadata and controls
10 lines (9 loc) · 579 Bytes
1
2
3
4
5
6
7
8
9
10
registry=https://registry.npmjs.org/
sync-injected-deps-after-scripts[]=build
# Pin the Node version pnpm runs scripts with for this package's turbo tasks
# (addon build, test-app, docs). Without it `pnpm start` uses whatever Node is on
# PATH — a homebrew Node 25 crashes the docs app's ancient esm/ember-cli-addon-
# docs markdown compiler. pnpm downloads + uses this itself (no volta/mise/nvm
# needed). pnpm uses the NEAREST .npmrc, so it must live here too, not only at the
# frontend root. Keep in sync with package.json volta + .tool-versions.
use-node-version=20.19.0