Skip to content

chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5 #1228

chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5

chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5 #1228

Workflow file for this run

name: 'build-test'
on:
pull_request: ~
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run format-check
- run: npm run lint
- run: npm run test
action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
- run: npm run package
- uses: ./
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
dryRun: true
- uses: ./
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
voters: deuzu
dryRun: true
prMinimumReviewScore: 1
prVotingTimeHours: 24
prMarkAsMegeableLabel: ready
prTargetBranch: main