diff --git a/.changeset/rare-radios-repair.md b/.changeset/rare-radios-repair.md new file mode 100644 index 0000000..cf03818 --- /dev/null +++ b/.changeset/rare-radios-repair.md @@ -0,0 +1,5 @@ +--- +"@eventcatalog/backstage-plugin-eventcatalog": patch +--- + +init commit diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e6c6a2..d3f2fec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,6 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Install Yarn run: npm install -g yarn - name: Installation diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12cfe0c..bc13dc4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,18 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Installation run: yarn install - name: Run tests - run: yarn test - - build-windows: - name: Tests on Windows - timeout-minutes: 30 - runs-on: windows-latest - steps: - - uses: actions/checkout@v4 - - name: Installation - run: yarn install - - name: Run tests - run: yarn test + run: yarn test \ No newline at end of file diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index 567b24c..b3a31f3 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -14,9 +14,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Install Yarn run: npm install -g yarn - name: Installation run: yarn install + - name: Build types + run: yarn tsc - name: Build run: yarn build diff --git a/README.md b/README.md index 22094d2..48baea7 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,4 @@ You can find the [contributing guidelines here](https://eventcatalog.dev/docs/co This project is governed by a [dual-license](./LICENSE.md). To ensure the sustainability of the project, you can freely make use of this software if your projects are Open Source. Otherwise for internal systems you must obtain a [commercial license](./LICENSE-COMMERCIAL.md). -To obtain a commercial license or have any questions you can email us at `hello@eventcatalog.dev`. +To obtain a commercial license or have any questions you can email us at `hello@eventcatalog.dev`