UNPKG

igdb-api-node

Version:

Nodejs API Wrapper for the IGDB.com API

14 lines (12 loc) 237 B
name: Node.js Test on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 18 - run: npm ci - run: npm test