Skip to content

Chore(deps-dev): Bump @react-native-async-storage/async-storage from 1.23.1 to 2.1.0 #8

Chore(deps-dev): Bump @react-native-async-storage/async-storage from 1.23.1 to 2.1.0

Chore(deps-dev): Bump @react-native-async-storage/async-storage from 1.23.1 to 2.1.0 #8

Workflow file for this run

name: Mobile Lint
on:
push:
branches:
- main
paths:
- apps/mobile/**
- packages/store/**
pull_request:
paths:
- apps/mobile/**
- packages/store/**
jobs:
lint:
runs-on: ubuntu-latest
steps:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
# Set up Node.js
- uses: actions/setup-node@v4
with:
node-version: '22.11.0' # jod
cache: 'yarn'
# Install dependencies
- name: Install dependencies
run: yarn install --immutable
# Run tests with coverage
- name: Run lint
run: |
yarn workspace @safe-global/mobile run lint