Skip to content

Update dependency semver to v7.5.4 #450

Update dependency semver to v7.5.4

Update dependency semver to v7.5.4 #450

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- master
- "releases/*"
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: "13.x"
- uses: actions/checkout@v2-beta
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
- uses: ./
with:
ignore: babel, eslint