diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52c9695..673c95d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install dependencies @@ -67,4 +67,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1