From e59bc088c7b5712c1dff55abeb420935017c559b Mon Sep 17 00:00:00 2001 From: NayamAmarshe Date: Tue, 16 Jan 2024 00:38:17 +0530 Subject: [PATCH] Update update-version.yml --- .github/workflows/update-version.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 60649ef..7fe5996 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -9,15 +9,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: npm - - - name: Install dependencies - run: npm install - - name: Get latest release version id: get-version run: |