diff --git a/.github/workflows/node20.yml b/.github/workflows/main.yml similarity index 100% rename from .github/workflows/node20.yml rename to .github/workflows/main.yml diff --git a/.github/workflows/node22.yml b/.github/workflows/node22.yml deleted file mode 100644 index b99467f..0000000 --- a/.github/workflows/node22.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: syncdocs CI -# https://github.com/nocke/syncdocs/actions/ - -on: - push: - branches: [master] - pull_request: - branches: [master] - -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - # for now, one version suffices - node-version: [20.x] - - steps: - - uses: actions/checkout@v4 - - - name: use node ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - - run: npm ci - - - run: npm test diff --git a/README.md b/README.md index 34ba4e3..df6aa8c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # syncdocs [![Syncdocs version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnocke%2Fsyncdocs%2Fmaster%2Fpackage.json&query=version&label=Syncdocs%20Version&color=%230f80ff&link=https%3A%2F%2Fgithub.com%2Fnocke%2Fsyncdocs%2Fblob%2Fmaster%2Fpackage.json%23L3)](https://github.com/nocke/syncdocs/blob/master/package.json#L3) -[![nocke syncdocs tests](https://img.shields.io/github/actions/workflow/status/nocke/syncdocs/node20.yml)](https://github.com/nocke/syncdocs/actions) +[![nocke syncdocs tests](https://img.shields.io/github/actions/workflow/status/nocke/syncdocs/main.yml)](https://github.com/nocke/syncdocs/actions) ### highly simplified git versioning for non-technical users.
_“surviving your daily flood of bureaucratic cruft”_