Skip to content

Commit 8fa7b32

Browse files
committed
Opt workflow actions into Node 24
1 parent cee9d7e commit 8fa7b32

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/monthly_advisory_review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ on:
5050
schedule:
5151
- cron: "20 13 1 * *"
5252

53+
env:
54+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
55+
5356
jobs:
5457
build-monthly-review:
5558
runs-on: ubuntu-latest

.github/workflows/publish_advisory_site.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ permissions:
5555
pages: write
5656
id-token: write
5757

58+
env:
59+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
60+
5861
jobs:
5962
build-site:
6063
runs-on: ubuntu-latest

.github/workflows/weekly_advisory_review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ on:
4545
schedule:
4646
- cron: "30 12 * * 6"
4747

48+
env:
49+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
50+
4851
jobs:
4952
build-review:
5053
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)