Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 in /react #1462

chore(deps): bump semver from 5.7.1 to 5.7.2 in /react

chore(deps): bump semver from 5.7.1 to 5.7.2 in /react #1462

Workflow file for this run

name: Server-side rendering and ES5
on:
- pull_request
jobs:
ssr:
name: Cypress
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn install && yarn build
- name: Run es-check to check if our bundle is ES5 compatible
run: npx [email protected] es5 dist/{array,module}.js
- name: Require module via node
run: cd dist; node -e "require('./module')"