From 35a07d288f1415292d196b4436b41e486bb2965c Mon Sep 17 00:00:00 2001 From: JaydeepRokade <150123454+JaydeepRokade@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:27:14 +0530 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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