diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0021846..ac2a266 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 cache: pnpm - name: Install dependencies