Skip to content

Expose playerInfo from modern query protocol #7

Expose playerInfo from modern query protocol

Expose playerInfo from modern query protocol #7

Workflow file for this run

name: Run tests for PRs
on:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18', '20', '22']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test