Skip to content

Commit f89aa92

Browse files
authored
Merge pull request #280 from msgpack/gfx/ts7
use TypeScript 7.0-preview to compile this project
2 parents 0e02917 + 7f239f4 commit f89aa92

File tree

5 files changed

+1014
-608
lines changed

5 files changed

+1014
-608
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: npm
5959
node-version: '22'
6060
- run: npm ci
61-
- run: npx tsc
61+
- run: npx tsgo
6262
- run: npm run lint
6363

6464
deno:

0 commit comments

Comments
 (0)