Skip to content

Commit c837bda

Browse files
author
Lucian Mocanu
committed
fix: use pnpm version from package.json
1 parent bb89081 commit c837bda

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

.github/workflows/commitlint.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
with:
1010
fetch-depth: 0
1111
- uses: pnpm/action-setup@v2
12-
with:
13-
version: latest
1412
- uses: actions/setup-node@v4
1513
with:
1614
node-version-file: '.node-version'

.github/workflows/coverage.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: pnpm/action-setup@v2
14-
with:
15-
version: latest
1614
- uses: actions/setup-node@v4
1715
with:
1816
node-version-file: '.node-version'

.github/workflows/quality.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: pnpm/action-setup@v2
13-
with:
14-
version: latest
1513
- uses: actions/setup-node@v4
1614
with:
1715
node-version-file: '.node-version'

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v2
16-
with:
17-
version: latest
1816
- uses: actions/setup-node@v4
1917
with:
2018
node-version-file: '.node-version'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"license": "MIT",
5050
"main": "dist/index.js",
5151
"name": "@jorgebodega/typeorm-seeding",
52-
"packageManager": "[email protected].5",
52+
"packageManager": "[email protected].7",
5353
"peerDependencies": {
5454
"typeorm": "^0.3.0"
5555
},

0 commit comments

Comments
 (0)