Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: WLED Build
# Only included into other workflows
on:
workflow_call:


env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:

get_default_envs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
# This can be used to allow manually triggering nightlies from the web interface
workflow_dispatch:

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
wled_build:
uses: ./.github/workflows/build.yml
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- '*'

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:

wled_build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/usermods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
pull_request:
paths:
- usermods/**


env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:

get_usermod_envs:
Expand Down
Loading
Loading