Skip to content

chore(deps): bump expo from 51.0.34 to 51.0.36 #229

chore(deps): bump expo from 51.0.34 to 51.0.36

chore(deps): bump expo from 51.0.34 to 51.0.36 #229

Workflow file for this run

name: Node.js CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install
- run: yarn ts-check
- run: yarn lint
- run: yarn test