Skip to content

vendor fetch polyfill #3

vendor fetch polyfill

vendor fetch polyfill #3

Workflow file for this run

name: Unit Test
on: [pull_request]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test-library