Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

chore(deps-dev): bump ws from 8.13.0 to 8.17.1 #106

chore(deps-dev): bump ws from 8.13.0 to 8.17.1

chore(deps-dev): bump ws from 8.13.0 to 8.17.1 #106

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run lint