From 26fd8d6677d16c87c0fc8068ed0d481b6e725f84 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Sat, 7 Dec 2024 16:34:07 +0100 Subject: [PATCH] chore: fix ci --- .github/workflows/build-test.yml | 2 +- .github/workflows/coverage.yml | 2 +- package.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 992315c..62ba44c 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 ecc3177..7d111f3 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 16f7934..0054e37 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