Write PNPM_HOME to the GitHub Actions environment file. Add the setup bin directory to the workflow path file. Later workflow steps can use global pnpm commands. Keep TypeScript setup and pacquet setup behavior aligned. Refs pnpm/pnpm#9191.
350 B
350 B
@pnpm/engine.pm.commands, pacquet, pnpm
| @pnpm/engine.pm.commands | pacquet | pnpm |
|---|---|---|
| minor | minor | minor |
pnpm setup now appends PNPM_HOME and the global bin directory to the GitHub Actions environment files (GITHUB_ENV and GITHUB_PATH), so later steps in the same job can run pnpm add --global and other global commands #9191.