Skip to content

Bump typescript from 5.2.2 to 5.4.2 in /js/js-flipper #20955

Bump typescript from 5.2.2 to 5.4.2 in /js/js-flipper

Bump typescript from 5.2.2 to 5.4.2 in /js/js-flipper #20955

Workflow file for this run

name: Doctor Node CI
# This action runs on 'git push' and PRs
on: [push, pull_request]
jobs:
build:
runs-on: 'ubuntu-latest'
env:
doctor-directory: ./desktop/doctor
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: '18.x'
- name: install
working-directory: ${{env.doctor-directory}}
run: yarn
- name: run
working-directory: ${{env.doctor-directory}}
run: yarn run run