Skip to content

Commit ebffb52

Browse files
committed
More fixes.
1 parent 1fb615a commit ebffb52

24 files changed

+74
-2
lines changed

.github/workflows/bug-debugger.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
99
default: false
1010

11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13+
1114
jobs:
1215
main:
1316
runs-on: ubuntu-latest

.github/workflows/by-design-closer-debugger .yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
99
default: false
1010

11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13+
1114
jobs:
1215
main:
1316
runs-on: ubuntu-latest

.github/workflows/by-design-closer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
99
default: false
1010

11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13+
1114
jobs:
1215
main:
1316
runs-on: ubuntu-latest

.github/workflows/ci_linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
job:
1114
uses: ./.github/workflows/job-compile-and-test.yml

.github/workflows/ci_mac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
job:
1114
uses: ./.github/workflows/job-compile-and-test.yml

.github/workflows/ci_windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
job:
1114
uses: ./.github/workflows/job-compile-and-test.yml

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
schedule:
2020
- cron: '29 4 * * 3'
2121

22+
env:
23+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
24+
2225
jobs:
2326
analyze:
2427
name: Analyze (${{ matrix.language }})

.github/workflows/duplicate-closer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
99
default: false
1010

11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13+
1114
jobs:
1215
main:
1316
runs-on: ubuntu-latest

.github/workflows/enhancement-closer-no-milestone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
99
default: false
1010

11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13+
1114
jobs:
1215
main:
1316
runs-on: ubuntu-latest

.github/workflows/enhancement-closer-triage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
99
default: false
1010

11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13+
1114
jobs:
1215
main:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)