Skip to content

chore(deps-dev): bump react-native-builder-bob from 0.18.3 to 0.23.2 #294

chore(deps-dev): bump react-native-builder-bob from 0.18.3 to 0.23.2

chore(deps-dev): bump react-native-builder-bob from 0.18.3 to 0.23.2 #294

Workflow file for this run

name: ci
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 18.x
- uses: actions/cache@v2
id: yarn-cache
with:
path: |
~/cache
!~/cache/exclude
**/node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Test
run: yarn jest
- name: Build
run: yarn prepare