fix: update ci

This commit is contained in:
Lucas Smith 2026-03-01 21:56:30 +11:00
parent b6da33282e
commit a5a795cb7b
2 changed files with 10 additions and 2 deletions

View file

@ -16,12 +16,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Octokit
run: npm install @octokit/rest@18
run: pnpm install @octokit/rest@18
- name: Check Assigned User's Issue Count
id: parse-comment

View file

@ -16,13 +16,17 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Octokit
run: npm install @octokit/rest@18
run: pnpm install @octokit/rest@18
- name: Check user's PRs awaiting review
id: parse-prs