diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba4ac96..b8eac93 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 23.1.0 + node-version: 20 cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile --non-interactive