Skip to content

chore(deps): bump ws from 6.2.2 to 6.2.3 in /examples/example-expo #638

chore(deps): bump ws from 6.2.2 to 6.2.3 in /examples/example-expo

chore(deps): bump ws from 6.2.2 to 6.2.3 in /examples/example-expo #638

Workflow file for this run

name: CI
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn install
- run: yarn test
- run: yarn test:rn
lint:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn prettier:check
type-check:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: |
yarn
cd examples/example-expo
yarn global add yalc
yarn
yarn tsc