Skip to content

Bump metro-config from 0.76.4 to 0.79.0 in /react-native/react-native-flipper #18778

Bump metro-config from 0.76.4 to 0.79.0 in /react-native/react-native-flipper

Bump metro-config from 0.76.4 to 0.79.0 in /react-native/react-native-flipper #18778

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