diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 4473051..6ea99ae 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -9,8 +9,6 @@ jobs: with: fetch-depth: 0 - uses: pnpm/action-setup@v2 - with: - version: latest - uses: actions/setup-node@v4 with: node-version-file: '.node-version' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b10bece..6015ae0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,8 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 - with: - version: latest - uses: actions/setup-node@v4 with: node-version-file: '.node-version' diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 3cc070a..f08a786 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -10,8 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 - with: - version: latest - uses: actions/setup-node@v4 with: node-version-file: '.node-version' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 619d393..19d961d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,8 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 - with: - version: latest - uses: actions/setup-node@v4 with: node-version-file: '.node-version' diff --git a/package.json b/package.json index 636e236..8b4be91 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "license": "MIT", "main": "dist/index.js", "name": "@jorgebodega/typeorm-seeding", - "packageManager": "pnpm@8.15.5", + "packageManager": "pnpm@8.15.7", "peerDependencies": { "typeorm": "^0.3.0" },