Skip to content

feat: expose standalone download function (#73) #55

feat: expose standalone download function (#73)

feat: expose standalone download function (#73) #55

Workflow file for this run

name: test
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
- run: npm install
- uses: gozala/[email protected]
- run: npm run build --if-present
- run: npm test