Skip to content

Commit

Permalink
Update codegpt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroCavalheiro authored Apr 18, 2024
1 parent 261da44 commit d27f8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
node-version: '18'
- name: Run CodeGPT
if: github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && contains(github.event.comment.body, 'CodeGPT') && !contains(github.event.comment.body,'The following is a message from CodeGPT:'))
uses: isat/[email protected]
Expand Down

0 comments on commit d27f8fb

Please sign in to comment.