Skip to content

Releases: cardinalby/github-action-ts-run-api

3.0.4

14 Nov 16:43
Compare
Choose a tag to compare

Node 20 action support

3.0.3

23 Apr 21:25
Compare
Choose a tag to compare

consider empty string inputs as missing inputs and apply default values; set empty env variables for missing inputs

It matches with current GitHub Runners behaviour:
actions/runner#924

3.0.2

29 Mar 08:37
Compare
Choose a tag to compare
fix version in package-lock.json to correspond package.json

3.0.1

06 Mar 21:42
Compare
Choose a tag to compare

The new major version is mostly compatible with the version 2.

Incompatible changes

Changes in warnings produced by the lib:

  • warnings field of RunResult:
    • renamed to runnerWarnings
    • its type changed from WarningsArray to RunnerWarning[]
  • WarningsArray exported type removed
  • Warning exported type renamed to RunnerWarning
  • printWarnings in RunOptions.setOutputOptions() renamed to printRunnerWarnings

JS file target path bugfix:

  • RunTarget.jsFile() accepts the same file path relative to your repo regardless of specified working dir (options.setWorkingDir(...))

New features:

  • DeprecatedNodeVersionWarning about deprecated node12 actions added
  • small bugfix

Release 2.3.0

31 Oct 08:33
Compare
Choose a tag to compare

Starting from release 2.3.0 the library will produce warnings regarding deprecation of some commands
(1, 2) like GitHub Runner does. By default, warnings are printed to stderr and are accessible via runResult.warnings field.

Pay attention and update your actions!

2.0.0

07 Feb 20:44
Compare
Choose a tag to compare
2.0.0

1.0.2

05 Feb 17:15
Compare
Choose a tag to compare
package.json files