Skip to content

Bump prettier from 3.3.3 to 3.4.2 #469

Bump prettier from 3.3.3 to 3.4.2

Bump prettier from 3.3.3 to 3.4.2 #469

Workflow file for this run

name: TypeScript
on:
push:
pull_request:
permissions:
contents: read
jobs:
tsc:
name: "TSC"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
- run: npm install
- run: npx tsc --noEmit