Skip to content

Merge pull request #4173 from NomicFoundation/feature/1499-make-flatt… #6

Merge pull request #4173 from NomicFoundation/feature/1499-make-flatt…

Merge pull request #4173 from NomicFoundation/feature/1499-make-flatt… #6

name: Compile with typescript v4
on:
push:
branches: main
pull_request:
branches:
- "**"
jobs:
compile_with_typescript_v4:
name: Compile with typescript v4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install typescript v4 in all packages
run: |
sed -i 's/"typescript": "~5.0.0"/"typescript": "^4.0.0"/' package.json packages/*/package.json && yarn
- name: Build
run: yarn build