Skip to content

Bump semver from 6.3.0 to 6.3.1 #119

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #119

Workflow file for this run

on: [push, pull_request]
name: build and test
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node
uses: actions/setup-node@v1
with:
node-version: 16
- name: upgrade yarn
run: npm install yarn -g
- name: install
run: yarn install
- name: build
run: yarn build
- name: test
run: yarn test