diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47d5cac00..076365b55 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 - name: Install Dependencies run: npm ci - name: Build Quartz @@ -42,4 +42,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2