Skip to content

Commit 2ccbc88

Browse files
committed
chore: opt-in node 24
1 parent 7a7812d commit 2ccbc88

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
os: [ubuntu-latest]
3232
name: Generate documentation
3333
runs-on: ${{ matrix.os }}
34+
env:
35+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
3436
environment:
3537
name: Deploy to github pages
3638
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
run-black:
1212
name: Run Black codestyle
1313
runs-on: ubuntu-latest
14+
env:
15+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1416

1517
steps:
1618
- name: Check out Git repository

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
python-version: [ "3.10", "3.11", "3.12" ]
2525
os: [ ubuntu-latest ]
2626
fail-fast: false
27+
env:
28+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2729

2830
defaults:
2931
run:

0 commit comments

Comments
 (0)