Skip to content

Commit

Permalink
chode(node): use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuchault committed Sep 11, 2024
1 parent 9c8abab commit 6c1aaba
Show file tree
Hide file tree
Showing 10 changed files with 442 additions and 657 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ Commands:

- `build`: runs type checking, then ESM and `d.ts` files in the `build/` directory
- `clean`: removes the `build/` directory
- `type:dts`: only generates `d.ts`
- `type:check`: only runs type checking
- `type:build`: only generates ESM
- `type:check`: runs type checking

### Tests

Expand All @@ -63,8 +61,6 @@ It also uses [cspell](https://github.com/streetsidesoftware/cspell) to ensure co

Commands:

- `format`: runs Prettier with automatic fixing
- `format:check`: runs Prettier without automatic fixing (used in CI)
- `lint`: runs Biome with automatic fixing
- `lint:check`: runs Biome without automatic fixing (used in CI)
- `spell:check`: runs spell checking
Expand Down
Loading

0 comments on commit 6c1aaba

Please sign in to comment.