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: |