Skip to content

0.17.6-3 2.3.5-beta-2, removed hostplugin prop, moved old fonts inlin… #166

0.17.6-3 2.3.5-beta-2, removed hostplugin prop, moved old fonts inlin…

0.17.6-3 2.3.5-beta-2, removed hostplugin prop, moved old fonts inlin… #166

Workflow file for this run

name: Tests
on:
push:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install and test
run: |
yarn install
yarn test:app