Skip to content

Bump semver from 5.7.1 to 5.7.2 #36

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #36

Workflow file for this run

name: Node paps CI
on:
pull_request:
branches: [master]
jobs:
test_pull_request:
runs-on: ubuntu-latest
env:
PAPS_API_KEY: ${{ secrets.PAPS_API_KEY }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install
- run: yarn build
- run: yarn test