Skip to content

Bump typescript from 4.9.5 to 5.4.2 #214

Bump typescript from 4.9.5 to 5.4.2

Bump typescript from 4.9.5 to 5.4.2 #214

Workflow file for this run

name: CI
on:
pull_request:
branches-ignore:
- 'test123'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- run: yarn install
- run: yarn build-ci