Skip to content

Update dependency @types/node to v20.8.6 #160

Update dependency @types/node to v20.8.6

Update dependency @types/node to v20.8.6 #160

Workflow file for this run

name: autofix
on:
pull_request:
paths:
- '**/*.ts'
- '*.json'
- .github/workflows/autofix.yaml
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn format
- run: yarn lint
- uses: int128/update-generated-files-action@b928348b371fb2d3a2ee8e5804358e6e94780ebd # v2.41.0