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: permissions:
contents: read contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
concurrency: concurrency:
group: api-tests-${{ github.head_ref || github.run_id }} group: api-tests-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true

View File

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

View File

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

View File

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

View File

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