Skip to content

Bump semver from 5.7.1 to 5.7.2 #52

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #52

name: Test and build site
on: [push]
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node 12
uses: actions/setup-node@v2
with:
node-version: '12'
- name: Install dependencies with yarn
run: yarn
- name: Run tests
run: yarn test
- name: Build site
run: yarn build