Skip to content

Bump @types/node from 20.5.1 to 20.5.2 #103

Bump @types/node from 20.5.1 to 20.5.2

Bump @types/node from 20.5.1 to 20.5.2 #103

Workflow file for this run

name: Prettier
on:
pull_request_target:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.8.1
with:
node-version: "20"
- run: npm ci
- run: npm run prettier:check