Skip to content

Bump semver from 7.3.7 to 7.5.2 #1260

Bump semver from 7.3.7 to 7.5.2

Bump semver from 7.3.7 to 7.5.2 #1260

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: npm run lint
- run: npm test