Skip to content

Commit

Permalink
Merge pull request #14 from alismx/alis/pnpm
Browse files Browse the repository at this point in the history
feat: add pnpm setup step in GitHub actions workflow
  • Loading branch information
alismx authored Feb 1, 2025
2 parents 3304c1a + c3c8c87 commit f99bd09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Use openai to generate commit messages from a diff",
"main": "index.js",
"devDependencies": {
"@types/node": "^18.19.74",
"prettier": "^2.8.8"
},
"dependencies": {
"openai": "^4.82.0",
"minimist": "^1.2.8",
"typescript": "^5.7.3",
"@types/node": "^18.19.74",
"@types/minimist": "^1.2.5"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f99bd09

Please sign in to comment.