Skip to content

chore(deps): bump es5-ext from 0.10.59 to 0.10.63 #58

chore(deps): bump es5-ext from 0.10.59 to 0.10.63

chore(deps): bump es5-ext from 0.10.59 to 0.10.63 #58

Workflow file for this run

name: PR Build and Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: yarn install --immutable
- run: yarn test
- run: yarn workspaces foreach --no-private run integration-test