Skip to content

Bump @octokit/plugin-throttling from 8.1.2 to 8.1.3 #265

Bump @octokit/plugin-throttling from 8.1.2 to 8.1.3

Bump @octokit/plugin-throttling from 8.1.2 to 8.1.3 #265

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
env:
FORCE_COLOR: 3