Skip to content

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

3.0.4

Choose a tag to compare

@cardinalby cardinalby released this 14 Nov 16:43

Node 20 action support

3.0.3

Choose a tag to compare

@cardinalby cardinalby released this 23 Apr 21:25

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

Choose a tag to compare

@cardinalby cardinalby released this 29 Mar 08:37
fix version in package-lock.json to correspond package.json

3.0.1

Choose a tag to compare

@cardinalby cardinalby released this 06 Mar 21:42

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

Choose a tag to compare

@cardinalby cardinalby released this 31 Oct 08:33

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

Choose a tag to compare

@cardinalby cardinalby released this 07 Feb 20:44
2.0.0

1.0.2

Choose a tag to compare

@cardinalby cardinalby released this 05 Feb 17:15
package.json files