From b11fabd4b07628a2e89833c2b244789d152a0d96 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 30 Aug 2023 19:54:20 +0200 Subject: [PATCH] chore: use node 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db5858..e8c6141 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "pnpm" - run: pnpm install - run: pnpm lint