Skip to content

chore: compatibility for nodecg 2 (#44) #164

chore: compatibility for nodecg 2 (#44)

chore: compatibility for nodecg 2 (#44) #164

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/checkout@v3
- run: |
npm ci
npm run build
npm run build:test