diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f48d265..0682030 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 cache: pnpm - name: Install dependencies run: pnpm install