pnpm ci
Version updated for https://github.com/esxl/pnpm-ci to version v0.4.0.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The esxl/pnpm-ci GitHub Action is designed to streamline the process of building and managing EcmaScript-based packages in a CI/CD environment. It automates tasks such as dependency installation and build preparation using the pnpm package manager, making it easier to ensure consistency and efficiency across development workflows. Additionally, it integrates with the setup-node action to support Node.js environment configuration.
Release notes
What’s Changed
- fix: skippable steps skipped by default by @creatch in https://github.com/esxl/pnpm-ci/pull/4
- docs(README): add actions/checkout to “Use” example by @creatch in https://github.com/esxl/pnpm-ci/pull/3
- chore(deps): use fully qualified version for pnpm/action-setup by @creatch in https://github.com/esxl/pnpm-ci/pull/5
Full Changelog: https://github.com/esxl/pnpm-ci/compare/v0.3.0...v0.4.0