Skip to content

Bump semver from 5.7.1 to 5.7.2 #85

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #85

Workflow file for this run

name: Validate workflow
on:
- push
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm ci
- run: npm run validate