Skip to content

Bump @react-native-async-storage/async-storage from 2.2.0 to 3.1.1 #10

Bump @react-native-async-storage/async-storage from 2.2.0 to 3.1.1

Bump @react-native-async-storage/async-storage from 2.2.0 to 3.1.1 #10

Workflow file for this run

name: Run Type Check
on:
push:
pull_request:
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v7
- name: Setup pnpm
uses: pnpm/action-setup@v6
with:
cache: true
run_install: true
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "26.4.0"
cache: "pnpm"
- name: Type check
run: pnpm typecheck