docs: enforce node lts 22.16 which has sqlite support unflagged
This commit is contained in:
parent
2cc4339499
commit
5a254b746b
@ -1,2 +1,3 @@
|
||||
pnpm 10.4.0
|
||||
node 22
|
||||
node 22.16
|
||||
go 1.24.4
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
},
|
||||
"packageManager": "pnpm@10.4.0",
|
||||
"engines": {
|
||||
"node": ">=22",
|
||||
"node": ">=22.16",
|
||||
"pnpm": ">=10.4 <11"
|
||||
},
|
||||
"pnpm": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user