Skip to content

react-native-edge-to-edge #30

react-native-edge-to-edge

react-native-edge-to-edge #30

Workflow file for this run

name: Verify
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prepack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn prepack