Specify the node version in a .node-version file

This should fix the Cloudflare Pages build
This commit is contained in:
Quentin Gliech
2026-05-12 16:51:15 +02:00
parent d5d6b1b90d
commit aa34d9ebe5
9 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v6.3.0
with:
node-version: 24
node-version-file: .node-version
cache: "pnpm"
- name: Build the documentation