Skip to content

Commit

Permalink
Change to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
splashdust committed Apr 12, 2023
1 parent 4a08b1a commit 8c6ea98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Generate pull request summary
uses: splashdust/[email protected].2
uses: splashdust/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
openaiApiKey: ${{ secrets.OPENAI_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
description: "OpenAI Organization ID"
required: true
runs:
using: "node18"
using: "node16"
main: "generateSummary.mjs"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-lab",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Generate summary for pull requests using OpenAI API",
"main": "index.mjs",
"type": "module",
Expand Down

0 comments on commit 8c6ea98

Please sign in to comment.