diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f8132aa1d6..4ba316ef37 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -20,12 +20,12 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2.2.2 with: - version: 7 + version: 8 - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: pnpm - name: Install dependencies