Skip to content

Bump ws from 8.5.0 to 8.17.1 #122

Bump ws from 8.5.0 to 8.17.1

Bump ws from 8.5.0 to 8.17.1 #122

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- canary
- dev
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Test
run: |
npx playwright install --with-deps chromium
npm test