Skip to content

Bump semver from 5.7.1 to 5.7.2 in /react #963

Bump semver from 5.7.1 to 5.7.2 in /react

Bump semver from 5.7.1 to 5.7.2 in /react #963

Workflow file for this run

name: Test CI
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Run tests
run: |
yarn
yarn test --passWithNoTests
env:
CI: true