Skip to content

build: bump typescript from 5.3.2 to 5.3.3 #426

build: bump typescript from 5.3.2 to 5.3.3

build: bump typescript from 5.3.2 to 5.3.3 #426

Workflow file for this run

name: CI
on:
- pull_request
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- run: yarn install
- run: yarn generate