Skip to content

feat: Add routes for Anilist staff info by ID and popular dramas from Dramacool #441

feat: Add routes for Anilist staff info by ID and popular dramas from Dramacool

feat: Add routes for Anilist staff info by ID and popular dramas from Dramacool #441

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ "14.x" ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies & build
run: |
npm install
tsc