From 9f8c218d5b78ffda7ae59dfc75a60be077b93358 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 4 Oct 2023 21:08:54 +0200 Subject: [PATCH] ci: test with 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 56f5981..36b0afb 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: 14 + node-version: 18 cache: "pnpm" - run: pnpm install - run: pnpm lint