Skip to content

fix(deps): update dependency @probot/adapter-github-actions to v5 (#112) #754

fix(deps): update dependency @probot/adapter-github-actions to v5 (#112)

fix(deps): update dependency @probot/adapter-github-actions to v5 (#112) #754

Workflow file for this run

name: Test
"on":
push: {}
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 20
- run: npm ci
- run: npm test