Skip to content

Commit e4e581b

Browse files
committed
Bump node v22; rebuild bindings
1 parent cf737e8 commit e4e581b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ jobs:
2222
- name: Install Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 22
2626
cache: 'pnpm'
2727

2828
- name: Install dependencies
2929
run: pnpm install
3030

31+
# https://github.com/nuxt/content/issues/3249
32+
- name: Rebuild native modules
33+
run: pnpm rebuild better-sqlite3
34+
3135
- name: Generate static files
3236
run: pnpm generate
3337

0 commit comments

Comments
 (0)