docs: enforce node lts 22.16 which has sqlite support unflagged

This commit is contained in:
Aarnav Tale
2025-06-24 10:39:51 -04:00
parent 2cc4339499
commit 5a254b746b
4 changed files with 4 additions and 8 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
pnpm 10.4.0
node 22
node 22.16
go 1.24.4
+1 -1
View File
@@ -12,7 +12,7 @@ different needs.
Requirements:
- Headscale 0.26 or newer (already deployed)
- Node.js 22 LTS or newer
- Node.js **22.16** LTS or newer
- [PNPM](https://pnpm.io/installation) 10.x
- A finished configuration file (config.yaml)
-5
View File
@@ -1,8 +1,3 @@
[tools]
"go" = "1.24.4"
"node" = "22"
"pnpm" = "10"
[tasks.copy-wasm-shim]
alias = ["gojs"]
description = "Copies Go's wasm_exec.js to the public directory"
+1 -1
View File
@@ -78,7 +78,7 @@
},
"packageManager": "pnpm@10.4.0",
"engines": {
"node": ">=22",
"node": ">=22.16",
"pnpm": ">=10.4 <11"
},
"pnpm": {