npm projects now use npm install; lockfile CI opt-in via env var
v0.34.0
2 featuresThis release2 featuresNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
Providers
New
- Node.js: npm projects now use
npm installby default, preventing builds from failing whenpackage-lock.jsonis missing or out of sync. SetRAILPACK_NODE_NPM_INSTALL="npm ci"to opt into deterministic installs; Railpack also suggests committing missing npm and pnpm lockfiles, as described in the dependency recommendations. by @iloveitaly in https://github.com/railwayapp/railpack/pull/643
CLI
New
- Mise: Updated mise version from v2026.7.11 to v2026.7.14.
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.33.0...v0.34.0
Internal improvements to tests, snapshots, and dependency maintenance.
Fetched July 27, 2026

