Skip to content

breaking: support jsx4 #213

breaking: support jsx4

breaking: support jsx4 #213

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 14
- run: yarn install --pure-lockfile
- run: yarn res:setup