diff --git a/.github/workflows/minimum-version-ts-check.yaml b/.github/workflows/minimum-version-ts-check.yaml index 8559f9635..7a473e9c5 100644 --- a/.github/workflows/minimum-version-ts-check.yaml +++ b/.github/workflows/minimum-version-ts-check.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: node-version: [ 16, 18, 20, 22, 23 ] - typescript-version: ['4.7.2', '5.5.4' ] + typescript-version: ['4.7.2', '5.5.4', 'latest' ] steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/README.md b/README.md index c13cb4aa1..b22c97bb4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ we use pnpm. it's best to install using `npm install -g pnpm@latest-8` and then `pnpm` commands as usual +## + ## Testing Unit tests: run `pnpm test`.