Skip to content

Bump ws from 8.17.0 to 8.17.1 in /server in the npm_and_yarn group across 1 directory #89

Bump ws from 8.17.0 to 8.17.1 in /server in the npm_and_yarn group across 1 directory

Bump ws from 8.17.0 to 8.17.1 in /server in the npm_and_yarn group across 1 directory #89

Workflow file for this run

name: Build Server CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: server/package-lock.json
- name: Install npm packages
run: npm install --prefix server
- name: Build the Server-side code
run: npm run --prefix server build