1 parent 7a3793d commit de2102cCopy full SHA for de2102c
1 file changed
.github/workflows/ci.yml
@@ -9,23 +9,21 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- node-version: [22]
15
-
16
steps:
17
- uses: actions/checkout@v4
18
19
- uses: pnpm/action-setup@v4
20
21
- - name: Use Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v4
+ - uses: actions/setup-node@v4
23
with:
24
- node-version: ${{ matrix.node-version }}
+ node-version: 24
25
cache: pnpm
26
27
- run: pnpm install
28
+ - name: Rebuild native modules
+ run: pnpm rebuild better-sqlite3
+
29
- run: pnpm lint
30
31
- run: pnpm typecheck
0 commit comments