Skip to content

Bump @octokit/plugin-retry from 4.0.3 to 7.1.1 #62

Bump @octokit/plugin-retry from 4.0.3 to 7.1.1

Bump @octokit/plugin-retry from 4.0.3 to 7.1.1 #62

Workflow file for this run

name: Main
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run fmtcheck