Skip to content

Commit 430038f

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,22 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 10.8.0
19+
version: 10
2020
run_install: false
2121

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)