Skip to content

Complete v2.0 Modernization: Promise APIs, ES2021, and Test Migration #137

Complete v2.0 Modernization: Promise APIs, ES2021, and Test Migration

Complete v2.0 Modernization: Promise APIs, ES2021, and Test Migration #137

Workflow file for this run

name: websocket-tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'
- run: pnpm install
- run: pnpm run lint
- run: pnpm run test