mirror of
https://github.com/tale/headplane.git
synced 2026-07-28 16:48:56 +00:00
docs: enforce node lts 22.16 which has sqlite support unflagged
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
pnpm 10.4.0
|
||||
node 22
|
||||
node 22.16
|
||||
go 1.24.4
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
|
||||
@@ -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
@@ -78,7 +78,7 @@
|
||||
},
|
||||
"packageManager": "pnpm@10.4.0",
|
||||
"engines": {
|
||||
"node": ">=22",
|
||||
"node": ">=22.16",
|
||||
"pnpm": ">=10.4 <11"
|
||||
},
|
||||
"pnpm": {
|
||||
|
||||
Reference in New Issue
Block a user