Skip to content

Commit c706a47

Browse files
Enforce Node.js 24 for GitHub Actions
Added environment variable to enforce Node.js 24 usage.
1 parent 3bcd789 commit c706a47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: ["main"]
66
workflow_dispatch:
77

8+
# Force GitHub Actions to use Node.js 24 for all steps
9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
812
permissions:
913
contents: read
1014
pages: write

0 commit comments

Comments
 (0)