Skip to content

build(deps): bump ws from 7.5.9 to 7.5.10 #97

build(deps): bump ws from 7.5.9 to 7.5.10

build(deps): bump ws from 7.5.9 to 7.5.10 #97

Workflow file for this run

name: PR
concurrency:
group: pr-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true
on:
pull_request:
branches:
- "master"
jobs:
lint-pull-request:
name: Lint
uses: ./.github/workflows/lint.yml
build-and-test-pull-request:
name: Test
needs: lint-pull-request
uses: ./.github/workflows/test.yml
test-tree-shaking-pull-request:
needs: build-and-test-pull-request
name: Bundle
uses: ./.github/workflows/bundle.yml