Skip to content

WIP: ES6 refactoring - complete core library modernization #58

WIP: ES6 refactoring - complete core library modernization

WIP: ES6 refactoring - complete core library modernization #58

name: websocket-tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: 10.x
- uses: actions/checkout@v2
- run: npm install
- run: npm run test