Skip to content

Bump @octokit/webhooks from 12.1.2 to 13.2.3 #12

Bump @octokit/webhooks from 12.1.2 to 13.2.3

Bump @octokit/webhooks from 12.1.2 to 13.2.3 #12

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: yarn install
- run: yarn test