Skip to content

chore(deps): bump ws from 7.5.7 to 7.5.10 #63

chore(deps): bump ws from 7.5.7 to 7.5.10

chore(deps): bump ws from 7.5.7 to 7.5.10 #63

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