From fa1f61e494bcace135d5530af225f64e6ca21b4c Mon Sep 17 00:00:00 2001 From: viswatejam702-tech Date: Sat, 23 May 2026 19:19:29 +0530 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 79813721..cc429c13 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ 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' +- name: Setup Node.js environment + uses: actions/setup-node@v6.4.0 + inputs: node-version: description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.'