diff --git a/.github/workflows/actions_release.yml b/.github/workflows/actions_release.yml index d997a96..045f3b3 100644 --- a/.github/workflows/actions_release.yml +++ b/.github/workflows/actions_release.yml @@ -10,7 +10,7 @@ on: description: "Specify Node.js version" required: false type: string - default: "20" + default: "24" script: description: "Specify the build script to run" required: false diff --git a/.github/workflows/audit_package.yml b/.github/workflows/audit_package.yml index 301e30e..86aab15 100644 --- a/.github/workflows/audit_package.yml +++ b/.github/workflows/audit_package.yml @@ -15,7 +15,7 @@ on: description: "Specify Node.js version" required: false type: string - default: "20" + default: "24" script: description: "Specify the build script to run" required: false diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index adc98af..412965e 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -19,7 +19,7 @@ on: description: "Specify Node.js version" required: false type: string - default: "20" + default: "24" pull_request: