Skip to content

build(deps): bump semver from 5.7.1 to 7.6.0 #124

build(deps): bump semver from 5.7.1 to 7.6.0

build(deps): bump semver from 5.7.1 to 7.6.0 #124

Workflow file for this run

name: PR Branch Build and Test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
name: AJV ${{ matrix.ajv-version }}
strategy:
matrix:
ajv-version: [6, 7, 8]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn add ajv@${{ matrix.ajv-version }}
- run: yarn test
- run: npm publish --dry-run