diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 818257c..69a2218 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,14 +14,14 @@ jobs: uses: actions/checkout@v4 - name: setup pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - name: setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: install dependencies