core: bump library/node from 22 to 24 (#14410)
* core: bump library/node from 22 to 24 Bumps library/node from 22 to 24. --- updated-dependencies: - dependency-name: library/node dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix linux esbuild Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove lockfile-lint package as SFE doesnt have a package lock and we have a script for the main lock Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update dependabot Signed-off-by: Jens Langhammer <jens@goauthentik.io> * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * bump fido Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -18,7 +18,7 @@ import Tabs from "@theme/Tabs";
|
||||
- [Python](https://www.python.org/) (3.13 or later)
|
||||
- [uv](https://docs.astral.sh/uv/getting-started/installation/), (Latest stable release)
|
||||
- [Go](https://go.dev/) (1.24 or later)
|
||||
- [Node.js](https://nodejs.org/en) (22 or later)
|
||||
- [Node.js](https://nodejs.org/en) (24 or later)
|
||||
- [PostgreSQL](https://www.postgresql.org/) (16 or later)
|
||||
- [Redis](https://redis.io/) (7 or later)
|
||||
- [Docker](https://www.docker.com/) (Latest Community Edition or Docker Desktop)
|
||||
@ -55,7 +55,7 @@ values={[
|
||||
|
||||
```sh
|
||||
$ brew install libxmlsec1 libpq krb5 pkg-config # Required development libraries,
|
||||
$ brew install uv postgresql redis node@22 golangci-lint # Required CLI tools
|
||||
$ brew install uv postgresql redis node@24 golangci-lint # Required CLI tools
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user