Skip to content

Bump @octokit/plugin-rest-endpoint-methods from 10.0.1 to 10.1.1 #665

Bump @octokit/plugin-rest-endpoint-methods from 10.0.1 to 10.1.1

Bump @octokit/plugin-rest-endpoint-methods from 10.0.1 to 10.1.1 #665

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node 14
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm install
- run: npm run build
- run: npm test