From 4b65be8f63814d37d5418c374b6ec67a13dc15cd Mon Sep 17 00:00:00 2001 From: rodrigo Date: Tue, 25 Mar 2025 21:46:29 +0000 Subject: [PATCH] chore: use default packageManager from package.json, without explicit version --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73d1e1a..f350fb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,6 @@ on: pull_request: types: [opened, synchronize, reopened] -env: - PNPM_VERSION: 9.1.1 - jobs: build: name: Build, lint, and test on Node ${{ matrix.node }} @@ -23,9 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v3.0.0 - with: - version: ${{ env.PNPM_VERSION }} + uses: pnpm/action-setup@v4 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v4