Skip to content

Commit

Permalink
Update version number and node version in package.json and npm-publis…
Browse files Browse the repository at this point in the history
…h.yml.
  • Loading branch information
shanginn committed Apr 19, 2023
1 parent 8c3e58a commit 0dc1c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-aicommit",
"version": "4.0.1",
"version": "5.0.1",
"description": "Generates auto commit messages with OpenAI GPT3 model",
"main": "autocommit.js",
"repository": "https://github.com/shanginn/autocommit",
Expand Down

0 comments on commit 0dc1c16

Please sign in to comment.