Skip to content

build(deps): bump semver from 7.3.5 to 7.5.2 #1189

build(deps): bump semver from 7.3.5 to 7.5.2

build(deps): bump semver from 7.3.5 to 7.5.2 #1189

Workflow file for this run

name: Build and Test
on: [pull_request]
jobs:
any-pr:
name: Build and test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: |
node -e "require('spec-up')({ nowatch: true })"
npm run spec
rm -rf node_modules