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:
@ -12,11 +12,11 @@ If you want to only make changes to the website, you only need node.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Node.js (any recent version should work; we use 22.x to build)
|
||||
- Node.js (any recent version should work; we use 24.x to build)
|
||||
- Make (again, any recent version should work)
|
||||
|
||||
:::info
|
||||
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@22`
|
||||
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@24`
|
||||
:::
|
||||
|
||||
### Instructions
|
||||
|
||||
Reference in New Issue
Block a user