Skip to content

fix(config): update ts config to build es5 #56

fix(config): update ts config to build es5

fix(config): update ts config to build es5 #56

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