From d9b0ca8d8c3f2c98ee330d8767c3f509763e671b Mon Sep 17 00:00:00 2001 From: Ballal Talukder <75500899+Ballalkhan@users.noreply.github.com> Date: Wed, 26 Mar 2025 09:51:03 +0600 Subject: [PATCH] Update action.yml Ok --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 99db5869..9618b22e 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,5 @@ +- name: Setup Node.js environment + uses: actions/setup-node@v4.3.0 name: 'Setup Node.js environment' description: 'Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH.' author: 'GitHub'