Skip to content

Validate PRF support on Android 14+ and iOS 18+ #83

Validate PRF support on Android 14+ and iOS 18+

Validate PRF support on Android 14+ and iOS 18+ #83

Workflow file for this run

name: Preview
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
preview:
name: Preview
# Prevents this action from running on forks
if: github.repository == 'openfort-xyz/react-native'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Publish preview
run: pnpx pkg-pr-new publish --pnpm