Skip to content

Actions-js-build v4.0

Latest
Compare
Choose a tag to compare
@elstudio elstudio released this 26 Feb 02:49
· 1 commit to master since this release

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