Skip to content

[Snyk] Fix for 1 vulnerabilities #52

[Snyk] Fix for 1 vulnerabilities

[Snyk] Fix for 1 vulnerabilities #52

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