Skip to content

Bump @octokit/webhooks from 10.7.0 to 11.1.0 #656

Bump @octokit/webhooks from 10.7.0 to 11.1.0

Bump @octokit/webhooks from 10.7.0 to 11.1.0 #656

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: yarn install --dev
- name: Lint files
run: yarn run lint
- name: Run tests
run: yarn run test
env:
CI: true
- name: Upload coverage
uses: codecov/codecov-action@v3