Skip to content

Commit 7442979

Browse files
author
Peng Ren
committed
Force nodejs 24
1 parent 21dc1c8 commit 7442979

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

10+
env:
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
12+
1013
jobs:
1114
test:
1215
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
env:
88
PYTHON_VERSION: "3.11"
99
MONGODB_VERSION: "8.0"
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1011

1112
jobs:
1213
lint-and-format:

0 commit comments

Comments
 (0)