diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 992315cd..62ba44cb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -17,7 +17,7 @@ jobs: node-version: ${{ matrix.node-version }} - uses: pnpm/action-setup@v4 with: - version: 9 + version: 9.7.x - run: pnpm i - run: npx playwright install --with-deps - run: pnpm build diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ecc3177d..7d111f39 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node-version }} - uses: pnpm/action-setup@v4 with: - version: 9 + version: 9.7.x - run: pnpm i - run: pnpm run test:coverage - name: Upload coverage reports to Codecov diff --git a/package.json b/package.json index 16f7934b..0054e376 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,5 @@ "type": "git", "url": "git+https://github.com/victorgarciaesgi/regle.git" }, - "license": "MIT", - "packageManager": "pnpm@9.7.0" + "license": "MIT" } \ No newline at end of file