Skip to content

chore(deps): bump the npm_and_yarn at /example/with-expo security update group in /example/with-expo with 2 updates #174

chore(deps): bump the npm_and_yarn at /example/with-expo security update group in /example/with-expo with 2 updates

chore(deps): bump the npm_and_yarn at /example/with-expo security update group in /example/with-expo with 2 updates #174

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