Skip to content

Commit 03ca810

Browse files
committed
fix: CI warnings about JS20 being deprecated
1 parent 1a52981 commit 03ca810

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
clang: 21
101101

102102
- name: Install CMake 4.0
103+
env:
104+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
103105
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
104106

105107
- name: Checkout code

.github/workflows/code_ql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070

7171
steps:
7272
- name: Install CMake 4.0
73+
env:
74+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
7375
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
7476

7577
- name: Checkout repository

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
uses: ssciwr/doxygen-install@329d88f5a303066a5bd006db7516b1925b86350e # v2.0.1
6464

6565
- name: Install CMake 4.0
66+
env:
67+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
6668
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
6769

6870
- name: Checkout code

.github/workflows/sprt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
steps:
5858
- name: Install CMake 4.0
59+
env:
60+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5961
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
6062

6163
- name: Checkout code

.github/workflows/tag_and_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
clang: 21
139139

140140
- name: Install CMake 4.0
141+
env:
142+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
141143
uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3
142144

143145
- name: Import signing certificate to keychain

0 commit comments

Comments
 (0)