Skip to content

Commit db2de77

Browse files
pushpit kambojpushpit kamboj
authored andcommitted
[fix]opt for node24 for github action as node20 is depcreated
1 parent bef5451 commit db2de77

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bot-changelog-runner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ permissions:
1212
pull-requests: write
1313
issues: write
1414

15+
env:
16+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
17+
1518
jobs:
1619
fetch-metadata:
1720
runs-on: ubuntu-latest

.github/workflows/bot-changelog-trigger.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request_review:
55
types: [submitted]
66

7+
env:
8+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
9+
710
jobs:
811
check:
912
if: |

0 commit comments

Comments
 (0)