diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89e32eac..6d443b14 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: 18.14 + node-version: 20.18 - name: Install Dependencies run: npm ci - name: Build Quartz