Skip to content

fix(deps): bump expo-status-bar from 2.0.1 to 3.0.9 #23

fix(deps): bump expo-status-bar from 2.0.1 to 3.0.9

fix(deps): bump expo-status-bar from 2.0.1 to 3.0.9 #23

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
env:
CI: true