mirror of
https://github.com/tale/headplane.git
synced 2026-08-30 16:59: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
|
pnpm 10.4.0
|
||||||
node 22
|
node 22.16
|
||||||
|
go 1.24.4
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ different needs.
|
|||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- Headscale 0.26 or newer (already deployed)
|
- 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
|
- [PNPM](https://pnpm.io/installation) 10.x
|
||||||
- A finished configuration file (config.yaml)
|
- A finished configuration file (config.yaml)
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
[tools]
|
|
||||||
"go" = "1.24.4"
|
|
||||||
"node" = "22"
|
|
||||||
"pnpm" = "10"
|
|
||||||
|
|
||||||
[tasks.copy-wasm-shim]
|
[tasks.copy-wasm-shim]
|
||||||
alias = ["gojs"]
|
alias = ["gojs"]
|
||||||
description = "Copies Go's wasm_exec.js to the public directory"
|
description = "Copies Go's wasm_exec.js to the public directory"
|
||||||
|
|||||||
+1
-1
@@ -78,7 +78,7 @@
|
|||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.4.0",
|
"packageManager": "pnpm@10.4.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22",
|
"node": ">=22.16",
|
||||||
"pnpm": ">=10.4 <11"
|
"pnpm": ">=10.4 <11"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
|
|||||||
Reference in New Issue
Block a user