Skip to content

Commit 79c0e3f

Browse files
authored
Remove FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 variable
Removed FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 environment variable. The 3P actions plugins in use here all depend on Node 20, so this is not needed. In general the internal runner node can use a different version of Node (even though Node 20 is slated for deprecation in September of 2026).
1 parent fd60a03 commit 79c0e3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ on:
3434
- cron: "0 12 * * *"
3535

3636
env:
37-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
3837
SKIP_DIST: ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' }}
3938

4039
concurrency:

0 commit comments

Comments
 (0)