diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab25eb3..42e6954 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: "pnpm" - run: pnpm install - run: pnpm lint