From 4ccf146efda347d95f0c6fc54ef5208aff6971ac Mon Sep 17 00:00:00 2001 From: igalklebanov Date: Thu, 6 Jun 2024 01:03:59 +0300 Subject: [PATCH] remove pnpm version in CI (packageManager package.json prop usage). --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68d7d2e..834c582 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,8 +23,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -71,8 +69,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Use Node.js 22 uses: actions/setup-node@v4 @@ -117,8 +113,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Use Node.js 22 uses: actions/setup-node@v4