Skip to content

Bump ws from 6.2.2 to 6.2.3 #637

Bump ws from 6.2.2 to 6.2.3

Bump ws from 6.2.2 to 6.2.3 #637

Workflow file for this run

name: Run Diffend
on:
pull_request:
branches:
- '**'
concurrency:
group: run-diffend-${{ github.head_ref }}
cancel-in-progress: true
jobs:
diffend:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: '18.13.0'
- name: Install Diffend (Mend)
run: npm install -g https://my.diffend.io/releases/npm/stable.tgz
- name: Install dependencies with Diffend
run: diffend npm install