diff --git a/.github/workflows/eol-outdated-js-scan.yml b/.github/workflows/eol-outdated-js-scan.yml index c4f1106..82d552c 100644 --- a/.github/workflows/eol-outdated-js-scan.yml +++ b/.github/workflows/eol-outdated-js-scan.yml @@ -15,7 +15,7 @@ on: description: 'Node.js version for install and scan' required: false type: string - default: '20.17.0' + default: '24.12.0' package_manager: description: 'Package manager for dependency install and cache (npm and pnpm both cache node_modules)' required: false diff --git a/.github/workflows/jscpd-duplication-check.yml b/.github/workflows/jscpd-duplication-check.yml index 363215a..be49afe 100644 --- a/.github/workflows/jscpd-duplication-check.yml +++ b/.github/workflows/jscpd-duplication-check.yml @@ -24,10 +24,10 @@ on: required: true type: string node_version: - description: 'Node.js version for running JSCPD (e.g. 20.17.0)' + description: 'Node.js version for running JSCPD (e.g. 24.12.0)' required: false type: string - default: '20.17.0' + default: '24.12.0' package_manager: description: 'Package manager for dependency install and cache (npm and pnpm both cache node_modules)' required: false