Node.js - Features, integrations, alternatives & more
What it does
This action builds and tests Node.js applications.
How it works
This action launches a Docker container using the official Node.js image which is customized with preinstalled Gulp and Grunt NPM packages. The container runs npm install
and npm run test
commands. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
