Skip to content

Bump semver from 6.3.0 to 6.3.1 (#24) #24

Bump semver from 6.3.0 to 6.3.1 (#24)

Bump semver from 6.3.0 to 6.3.1 (#24) #24

Workflow file for this run

name: Test
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn
- run: yarn test