Skip to content

[Snyk] Security upgrade react-docgen from 5.4.0 to 6.0.0 #41

[Snyk] Security upgrade react-docgen from 5.4.0 to 6.0.0

[Snyk] Security upgrade react-docgen from 5.4.0 to 6.0.0 #41

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: '16'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test