Skip to content

Bump ws from 7.5.9 to 7.5.10 #41

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #41

Workflow file for this run

name: Validate
on: [pull_request]
jobs:
validate-code:
name: Test GH action with unit testing
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 20
check-latest: true
- name: Install dependencies
run: npm ci
- name: Run Unit tests
run: npm test -- --ci