Skip to content

chore(deps): bump ws from 8.20.0 to 8.21.1 in /server #20

chore(deps): bump ws from 8.20.0 to 8.21.1 in /server

chore(deps): bump ws from 8.20.0 to 8.21.1 in /server #20

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Build
run: npm run build