Skip to content

Update babel monorepo to v7.26.8 #4002

Update babel monorepo to v7.26.8

Update babel monorepo to v7.26.8 #4002

Workflow file for this run

name: Typecheck
on: [push]
jobs:
typecheck:
name: Run TSC type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup environment
uses: prezly/setup-github-actions@v1
with:
pnpm: 9.15.4
node: 20
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
env:
CI: true