Skip to content

Bump ws from 5.2.3 to 5.2.4 #2435

Bump ws from 5.2.3 to 5.2.4

Bump ws from 5.2.3 to 5.2.4 #2435

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn e2e
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}