Skip to content

build(deps-dev): Bump @octokit/plugin-rest-endpoint-methods from 14.0.0 to 16.0.0 #257

build(deps-dev): Bump @octokit/plugin-rest-endpoint-methods from 14.0.0 to 16.0.0

build(deps-dev): Bump @octokit/plugin-rest-endpoint-methods from 14.0.0 to 16.0.0 #257

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: ~
jobs:
test:
name: Test
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run check
- run: pnpm run build