Skip to content

Commit 51e5247

Browse files
committed
ci: opt into Node.js 24 across all workflows before June 2026 forced cutover
1 parent 0d25316 commit 51e5247

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
REGISTRY: ghcr.io
1111
IMAGE_NAME_BROKER: Prescott-Data/nexus-broker
1212
IMAGE_NAME_GATEWAY: Prescott-Data/nexus-gateway
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1314

1415
jobs:
1516
build-and-push:

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ permissions:
1616
pages: write # deploy to GitHub Pages
1717
id-token: write # OIDC token for Pages deployment
1818

19+
env:
20+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
21+
1922
concurrency:
2023
group: pages
2124
cancel-in-progress: false

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
permissions:
2020
contents: write
2121

22+
env:
23+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
24+
2225
jobs:
2326
release:
2427
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)