Skip to content

[Snyk] Security upgrade tmp from 0.2.1 to 0.2.2 #19

[Snyk] Security upgrade tmp from 0.2.1 to 0.2.2

[Snyk] Security upgrade tmp from 0.2.1 to 0.2.2 #19

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
npm ci
npm test