Skip to content

Releases: bjerkio/workflows

v2.1.0

18 Sep 14:16
228e20c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

23 Aug 16:58
Compare
Choose a tag to compare

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

03 Aug 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.2.0

v1.1.2

03 Aug 12:20
Compare
Choose a tag to compare

Full Changelog: v1...v1.1.2

v1.1.1

03 Aug 12:19
Compare
Choose a tag to compare

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

03 Aug 11:31
Compare
Choose a tag to compare
  • Support for setting node-version manually
  • Support for reading node version from package.json ("engines").

Full Changelog: v1...v1.1.0

v1.0.1

14 Jul 09:13
Compare
Choose a tag to compare

Full Changelog: v1...v1.0.1

v1.0.0

14 Jul 09:07
Compare
Choose a tag to compare