diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 86161766f..99890afe7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Fetch all history for git info - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Install Dependencies run: npm ci - name: Build Quartz