diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dae44f2..653a6ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: latest cache: pnpm # npm / pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3