Skip to content

Commit

Permalink
add lateset
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 19, 2024
1 parent 7656380 commit 1146090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minimum-version-ts-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1146090

Please sign in to comment.