Releases: bjerkio/workflows
Releases · bjerkio/workflows
v2.1.0
What's Changed
- chore: add support for bun by @simenandre in #6
- feat(deps): pin dependencies by @renovate in #8
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking change: Adds timeout for the workflow, set by default to 30 minutes.
You can edit this by setting timeout-minutes
under with
:
jobs:
typical-workflow:
name: Lint, format, test and build
uses: bjerkio/workflows/.github/workflows/pnpm-typical.yml@v1
with:
timeout-minutes: 360
Full Changelog: v1...v2.0.0
v1.2.0
v1.1.2
Full Changelog: v1...v1.1.2
v1.1.1
Revert feature from v1.1.0: use-engine made action stop working, fix is coming up!
Full Changelog: v1...v1.1.1
v1.1.0
- Support for setting
node-version
manually - Support for reading node version from package.json (
"engines"
).
Full Changelog: v1...v1.1.0
v1.0.1
Full Changelog: v1...v1.0.1