Skip to content

Bump ws from 7.5.9 to 7.5.10 #8

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #8

Workflow file for this run

name: Reorder.js tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Reorder.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test