Skip to content

Releases: elstudio/actions-js-build

Actions-js-build v4.0

26 Feb 02:49
Compare
Choose a tag to compare

Version 4 now runs as a “composite” action — and now runs much faster than previously because it no longer loads Docker images prior to runs.

This means, however, that elstudio/actions-js-build/build@v4 may require a separate workflow step to install node. Add an actions/node-setup@v2 step to your workflow to set up npm in your path.

See the readme for examples.

Updates:

  • Switch to a composite action from Docker
  • Build may require actions/node-setup@v2 run in your workflow
  • Commit requires actions/checkout@v2 or later

actions-js-build v1

22 Aug 00:49
Compare
Choose a tag to compare

Initial release for actions beta 1.