Skip to content

Bump prettier from 2.7.0 to 3.2.5 #2270

Bump prettier from 2.7.0 to 3.2.5

Bump prettier from 2.7.0 to 3.2.5 #2270

Workflow file for this run

name: Static type check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16"]
name: TypeScript check
steps:
- uses: actions/checkout@v3
- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: |
npm ci
- name: Run type checks with TSC
run: |
npm run tsc