Skip to content

Bump @octokit/rest from 18.3.4 to 20.1.1 #188

Bump @octokit/rest from 18.3.4 to 20.1.1

Bump @octokit/rest from 18.3.4 to 20.1.1 #188

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
env:
CI: true
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run lint