Skip to content

Twitch support (WIP) #113

Twitch support (WIP)

Twitch support (WIP) #113

Workflow file for this run

name: USDK Command Test
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
test-usdk:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # Specify the Node.js version you are using
- name: Install dependencies
run: cd packages/usdk && npm install --no-optional
- name: Run USDK command
run: cd packages/usdk && ./usdk.js --version