Skip to content

chore(deps): bump ws from 7.4.6 to 7.5.10 (#512) #406

chore(deps): bump ws from 7.4.6 to 7.5.10 (#512)

chore(deps): bump ws from 7.4.6 to 7.5.10 (#512) #406

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Lint Files
run: npm run lint