From 44b2245c7edb7e78cee584ec122f4219a378aa64 Mon Sep 17 00:00:00 2001 From: iamspdarsan Date: Tue, 7 May 2024 04:52:10 +0530 Subject: [PATCH] action improv --- .github/workflows/sshtodeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sshtodeploy.yml b/.github/workflows/sshtodeploy.yml index 0bfe297..3bf4824 100644 --- a/.github/workflows/sshtodeploy.yml +++ b/.github/workflows/sshtodeploy.yml @@ -26,7 +26,7 @@ jobs: - name: Setting Up Node.js uses: actions/setup-node@v4.0.2 with: - node-version: "21.x" + node-version: "21" cache: "yarn" - name: Installing dependencies