diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bd830cbd..1f416f11 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Fetch all history for git info - uses: actions/setup-node@v3 with: - node-version: 21.5 + node-version: 22 - name: Install Dependencies run: npm ci - name: Build Quartz