Skip to content

fix(types): add missing X-Riot-ClientPlatform and `X-Riot-ClientVer… #32

fix(types): add missing X-Riot-ClientPlatform and `X-Riot-ClientVer…

fix(types): add missing X-Riot-ClientPlatform and `X-Riot-ClientVer… #32

Workflow file for this run

name: Types Test
on:
push:
pull_request:
jobs:
build:
defaults:
run:
working-directory: valorant-api-types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Use Node.js 20.x'
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm test