Skip to content

build(deps): bump ws from 8.4.0 to 8.17.1 #114

build(deps): bump ws from 8.4.0 to 8.17.1

build(deps): bump ws from 8.4.0 to 8.17.1 #114

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
pr-integration:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }} @ ${{ github.ref }}
uses: actions/checkout@v2
- name: Install NodeJs
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install Packages required for api
run: npm install
- name: Lint
run: npm run lint