diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 981054fe..64e78472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,8 @@ jobs: npm run regen npm run test npm run build + - name: 'Compatibilty Check' + run: | npm run compatibilty_check release: name: 'Release'