From b3c0f28065876a403efefa2c6940cb883cdabb57 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Mon, 1 Jul 2024 06:08:52 +0200 Subject: [PATCH] ci: update edge job --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c7d802..0c4911df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,12 +39,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' - - uses: pnpm/action-setup@v4.0.0 - name: Install pnpm - id: pnpm-install - with: - version: 9.3.0 + node-version: '20' + - run: corepack enable - name: Install dependencies run: pnpm install