Releases: form8ion/github-workflows-core
Releases · form8ion/github-workflows-core
v5.4.0
5.4.0 (2024-08-26)
Features
- rename-workflow: expose a function for renaming a workflow file in the workflows directory (43316a6)
v5.3.0
5.3.0 (2024-08-26)
Features
- workflow-file: expose a function to check for existence of a workflow file (87dcc42)
v5.2.0
5.2.0 (2024-08-26)
Features
- load-workflow-file: expose loader for named workflow files (17e7b65)
v5.1.0
5.1.0 (2024-08-25)
Features
- workflow-file: expose a writer to encapsulate common workflow file details (b77ef96)
v5.0.0
5.0.0 (2024-03-25)
Features
- node-versions: dropped support for node versions v16 and v19 (2a7064d)
BREAKING CHANGES
- node-versions: node versions v16 and v19 are no longer supported
v4.1.0
4.1.0 (2024-03-19)
Features
- corepack: audit signatures/provenance using corepack (60662ea)
v4.0.0
4.0.0 (2023-07-29)
Features
- node-versions: raised the minimum required node version to v16.14 (99beae3)
BREAKING CHANGES
- node-versions: node v16.14 is now the minimum required version
v3.0.0
3.0.0 (2023-04-21)
Features
- dependency-installation: added
npm audit signatures
as a follow up step after installation (9d87a92)
BREAKING CHANGES
- dependency-installation:
scaffoldDependencyInstallationStep
now returns a list
of steps rather than a single step
v2.0.1
2.0.1 (2022-10-22)
Bug Fixes
- node-versions: define node v14.18 as the minimum within v14, which was intended as part of v2 (d73b9f0)
v2.0.0
2.0.0 (2022-10-22)
Features
- node-versions: raised the minimum versions within v14 and v16. dropped support for node v17 (4a86962)
BREAKING CHANGES
- node-versions: node v17 is no longer supported and the minimum has been raised for both v14 and
v16