Compare commits

...

1 Commits

Author SHA1 Message Date
yyh
a33791c3de force node24 for legacy GitHub actions 2026-03-30 15:39:14 +08:00
5 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ on:
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
concurrency:
group: api-tests-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -10,6 +10,9 @@ on:
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
autofix:
if: github.repository == 'langgenius/dify'

View File

@@ -3,6 +3,9 @@ name: DB Migration Test
on:
workflow_call:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
concurrency:
group: db-migration-test-${{ github.ref }}
cancel-in-progress: true

View File

@@ -16,6 +16,9 @@ permissions:
checks: write
statuses: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
concurrency:
group: main-ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -3,6 +3,9 @@ name: Run VDB Tests
on:
workflow_call:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
concurrency:
group: vdb-tests-${{ github.head_ref || github.run_id }}
cancel-in-progress: true