diff --git a/.github/workflows/AutomateUpdate.yml b/.github/workflows/AutomateUpdate.yml index cbb90a7..9ef45ea 100644 --- a/.github/workflows/AutomateUpdate.yml +++ b/.github/workflows/AutomateUpdate.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Node js uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '20.11' cache: 'npm' - name: Install dependencies