diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf45996..4be5075 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '24' cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v5