Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

[js] Update Node.js 24.0.2 → 24.1.0 #123

[js] Update Node.js 24.0.2 → 24.1.0

[js] Update Node.js 24.0.2 → 24.1.0 #123

# Calls a reusable workflow in the .github repo,
# which adds the PR that triggered this to the Technical Debt project board, if it is a 'depfu' one.
# Passes the 'PSD-AddToProject' GitHub App key and App Id as secrets to the reusable workflow.
name: Add dependencies to technical debt project
on:
pull_request:
types:
- labeled
jobs:
call-workflow-add_to_technical_debt_project:
uses: sanger/.github/.github/workflows/add_to_tech_debt_project_reusable.yml@master
secrets:
app_id: ${{ secrets.ADD_TO_PROJECT_APP_ID_PSD }}
app_key: ${{ secrets.ADD_TO_PROJECT_APP_KEY_PSD }}