update to node 24

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-03-02 14:15:45 +01:00
parent 4af1413de8
commit a0a3952b2d
6 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ permissions:
security-events: write
env:
NODE_VERSION: 20
NODE_VERSION: "24"
jobs:
analyze:

View File

@@ -14,7 +14,7 @@ on:
- 'v*'
env:
NODE_VERSION: "24" # at least Node 24 is required for Trusted Publishing with OIDC
NODE_VERSION: "24"
jobs:
publish:

View File

@@ -14,7 +14,7 @@ on:
- '.github/*-releases.json'
env:
NODE_VERSION: "20"
NODE_VERSION: "24"
BUILDX_VERSION: "v0.32.0-rc2"
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc2"