Skip to content

Commit

Permalink
fix: use pnpm version from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucian Mocanu committed Apr 19, 2024
1 parent bb89081 commit a12ff86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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"
},
Expand Down

0 comments on commit a12ff86

Please sign in to comment.