Skip to content

fix(deps): bump @octokit/plugin-paginate-rest from 11.3.3 to 11.3.5 #563

fix(deps): bump @octokit/plugin-paginate-rest from 11.3.3 to 11.3.5

fix(deps): bump @octokit/plugin-paginate-rest from 11.3.3 to 11.3.5 #563

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm test