Skip to content

chore(deps): bump ip from 1.1.8 to 1.1.9 in /example/with-expo #187

chore(deps): bump ip from 1.1.8 to 1.1.9 in /example/with-expo

chore(deps): bump ip from 1.1.8 to 1.1.9 in /example/with-expo #187

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: npm ci
- run: npm run lint
- run: npm run checkjs
- run: npm run test