Skip to content

Commit e957f8d

Browse files
committed
Github actions using Node24
1 parent 4d99e96 commit e957f8d

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ concurrency:
3838
permissions:
3939
contents: read
4040

41+
env:
42+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
43+
4144
jobs:
4245
setup:
4346
uses: Open-CMSIS-Pack/devtools/.github/workflows/shared_setup_env.yml@main

.github/workflows/packchk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ concurrency:
4343
permissions:
4444
contents: read
4545

46+
env:
47+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
48+
4649
jobs:
4750
setup:
4851
uses: Open-CMSIS-Pack/devtools/.github/workflows/shared_setup_env.yml@main

.github/workflows/packgen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ concurrency:
3838
permissions:
3939
contents: read
4040

41+
env:
42+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
43+
4144
jobs:
4245
setup:
4346
uses: Open-CMSIS-Pack/devtools/.github/workflows/shared_setup_env.yml@main

.github/workflows/projmgr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ concurrency:
4242
permissions:
4343
contents: read
4444

45+
env:
46+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
47+
4548
jobs:
4649
setup:
4750
uses: Open-CMSIS-Pack/devtools/.github/workflows/shared_setup_env.yml@main

.github/workflows/svdconv.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ concurrency:
3535
permissions:
3636
contents: read
3737

38+
env:
39+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
40+
3841
jobs:
3942
setup:
4043
uses: Open-CMSIS-Pack/devtools/.github/workflows/shared_setup_env.yml@main

.github/workflows/test_libs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ concurrency:
2727
permissions:
2828
contents: read
2929

30+
env:
31+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
32+
3033
jobs:
3134
setup:
3235
uses: Open-CMSIS-Pack/devtools/.github/workflows/shared_setup_env.yml@main

0 commit comments

Comments
 (0)