We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf737e8 commit 430038fCopy full SHA for 430038f
.github/workflows/cd.yml
@@ -16,18 +16,22 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 10.8.0
+ version: 10
20
run_install: false
21
22
- name: Install Node.js
23
uses: actions/setup-node@v4
24
25
- node-version: 20
+ node-version: 22
26
cache: 'pnpm'
27
28
- name: Install dependencies
29
run: pnpm install
30
31
+ # https://github.com/nuxt/content/issues/3249
32
+ - name: Rebuild native modules
33
+ run: pnpm rebuild better-sqlite3
34
+
35
- name: Generate static files
36
run: pnpm generate
37
0 commit comments