diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 03d19ca..6c03a3d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,5 +1,5 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions +# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node. +# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions. name: Node.js CI