From e767ab7a9a12f6b191e806edec9126e5672242e7 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 24 Apr 2023 13:24:44 -0700 Subject: [PATCH] ci: use pnpm 8 for all node versions --- .github/workflows/CI.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0bb75324..82faa00c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,14 +29,8 @@ jobs: - 12 - 16 - 18 - include: - - node: 12 - pnpm: 6 - skip_test: true - - node: 16 - pnpm: 7 - - node: 18 - pnpm: 8 + pnpm: + - 8 steps: - uses: actions/checkout@v3 with: