Skip to content

Added version check for fallback field of the font struct #263

Added version check for fallback field of the font struct

Added version check for fallback field of the font struct #263

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '14' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test