Skip to content

Commit 4a3d100

Browse files
jparrabedoyaclaude
andcommitted
ci: Remove FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 validation flag
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent de46a0c commit 4a3d100

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on: [push]
33
concurrency:
44
group: ${{ github.ref }}
55
cancel-in-progress: true
6-
env:
7-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
86
jobs:
97
build:
108
runs-on: ubuntu-latest

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
types:
44
- released
55
name: Documentation
6-
env:
7-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
86
jobs:
97
build:
108
name: Publish

.github/workflows/eslint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
- master
1111
- qa
1212

13-
env:
14-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
15-
1613
jobs:
1714
eslint:
1815
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)