diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 387063fd..dbb07789 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,12 +31,12 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 0 - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: npm - name: Setup Pages