Skip to content

build(config): update ts config to build es5 #55

build(config): update ts config to build es5

build(config): update ts config to build es5 #55

Workflow file for this run

name: Push
on:
push:
branches:
- main
- next
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit