Skip to content

Bump ws from 8.16.0 to 8.17.1 #29

Bump ws from 8.16.0 to 8.17.1

Bump ws from 8.16.0 to 8.17.1 #29

Workflow file for this run

name: Build and test
on:
push:
branches: ["dev", "main"]
pull_request:
branches: ["dev", "main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Builds and test
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm test