Skip to content

Bump semver from 5.7.1 to 5.7.2 #2599

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #2599

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Setup dependencies
run: |
echo '{}' > config.json
npm ci
- name: Run tests
run: npm test