Skip to content

[Snyk] Security upgrade react-scripts from 4.0.3 to 5.0.0 #70

[Snyk] Security upgrade react-scripts from 4.0.3 to 5.0.0

[Snyk] Security upgrade react-scripts from 4.0.3 to 5.0.0 #70

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