Skip to content

feat: Add previous page properties to page events #1438

feat: Add previous page properties to page events

feat: Add previous page properties to page events #1438

Workflow file for this run

name: React
on:
- pull_request
jobs:
react:
name: Test with React
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn && yarn build && cd react && yarn test