There was an error while loading. Please reload this page.
1 parent 7055a12 commit 9341a81Copy full SHA for 9341a81
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ jobs:
9
timeout-minutes: 5
10
steps:
11
- uses: actions/checkout@v6
12
+ - uses: actions/setup-node@v6
13
+ with:
14
+ node-version: 24
15
- run: npm i
16
- run: npm run lint
17
@@ -17,6 +20,9 @@ jobs:
20
18
21
19
22
23
24
25
26
27
- run: npx tsc
28
@@ -25,5 +31,8 @@ jobs:
31
32
33
34
35
36
37
29
38
- run: npm run coverage
0 commit comments