Skip to content

build: bump ws from 8.13.0 to 8.18.0 (#135) #41

build: bump ws from 8.13.0 to 8.18.0 (#135)

build: bump ws from 8.13.0 to 8.18.0 (#135) #41

Workflow file for this run

name: Build & Test
on:
push:
branches:
- master
# Run on any pull request
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build