Skip to content

Revert "[0.77] chore: bump @react-native-community/cli to v16.0.2" #55

Revert "[0.77] chore: bump @react-native-community/cli to v16.0.2"

Revert "[0.77] chore: bump @react-native-community/cli to v16.0.2" #55

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup node.js
uses: actions/[email protected]
with:
node-version: 18
- name: Run unit tests
run: npm install && npm test