Skip to content

Bump @octokit/plugin-retry from 6.0.1 to 6.1.0 #848

Bump @octokit/plugin-retry from 6.0.1 to 6.1.0

Bump @octokit/plugin-retry from 6.0.1 to 6.1.0 #848

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Unit Tests
run: npm test