Skip to content

Commit

Permalink
Update author.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AvineshTripathi authored Nov 15, 2023
1 parent b091241 commit ab4d72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
path: ./analyze

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install dependencies
run: |
cd ./analyze
npm install @octokit/rest
run: npm install @octokit/rest

- name: Change directory and execute script
run: node processPRs.js
Expand Down

0 comments on commit ab4d72e

Please sign in to comment.