Skip to content

[Snyk] Fix for 60 vulnerabilities #67

[Snyk] Fix for 60 vulnerabilities

[Snyk] Fix for 60 vulnerabilities #67

Workflow file for this run

name: test-reactpress
on: [pull_request]
jobs:
test:
name: Test ReactPress
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install --frozen-lockfile
- run: yarn test