Skip to content

Bump @octokit/webhooks from 12.1.2 to 13.1.0 #9

Bump @octokit/webhooks from 12.1.2 to 13.1.0

Bump @octokit/webhooks from 12.1.2 to 13.1.0 #9

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