Skip to content

Bump semver from 7.3.5 to 7.5.2 #37

Bump semver from 7.3.5 to 7.5.2

Bump semver from 7.3.5 to 7.5.2 #37

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install dependencies
run: npm ci
- run: npm test