@aerodb/js
Version:
Javascript wrapper for the AeroDB API
22 lines (18 loc) • 373 B
YAML
name: Build
on:
workflow_call:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run generate-types
- run: npm run build