diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d84baa8..8f1e86e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: check: ['type-check', 'format-check'] - node: ['18', '20', '22'] + node: ['18', '20'] steps: - name: Checkout diff --git a/README.md b/README.md index 8f85c7e..37edff9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # dawidrylko.com +[![Continuous Integration](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/ci.yml/badge.svg)](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/ci.yml) [![Continuous Deployment](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/cd.yml/badge.svg)](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/cd.yml) [![CodeQL](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/github-code-scanning/codeql)