Skip to content

Bump typescript from 5.6.2 to 5.7.2 #668

Bump typescript from 5.6.2 to 5.7.2

Bump typescript from 5.6.2 to 5.7.2 #668

Workflow file for this run

name: PR builds
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build
run: |
yarn
CI=false yarn build