Skip to content

Update actions/setup-node action to v3.8.2 (.github/workflows) #195

Update actions/setup-node action to v3.8.2 (.github/workflows)

Update actions/setup-node action to v3.8.2 (.github/workflows) #195

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn format
- run: yarn lint
- uses: int128/update-generated-files-action@56802f4023f9bbc15a95cf292bafd7fb16bae914 # v2.44.0