diff --git a/.github/workflows/linux_test_install.yml b/.github/workflows/linux_test_install.yml index 0992374d900c..e0a85ccf8bc4 100644 --- a/.github/workflows/linux_test_install.yml +++ b/.github/workflows/linux_test_install.yml @@ -86,7 +86,7 @@ jobs: BUILD_TASK: ['test-install'] # Define the list of Node.js versions on which to run this job: - NODE_VERSION: ['20', '18', '16'] # ['20', '18', '16', '14', '12', '10', '8', '6', '4', '0.12', '0.10'] + NODE_VERSION: ['20', '18', '16'] # Define the list of package managers to test: PACKAGE_MANAGER: ['npm'] @@ -111,50 +111,6 @@ jobs: NPM_VERSION: '>2.7.0 <10.0.0' PNPM_VERSION: '6' - - NODE_VERSION: '14' - NPM_VERSION: '>2.7.0 <10.0.0' - PNPM_VERSION: '6' - - - NODE_VERSION: '12' - NPM_VERSION: '>2.7.0 <9.0.0' - PNPM_VERSION: '6' - - - NODE_VERSION: '10' - NPM_VERSION: '>2.7.0 <7.0.0' - PNPM_VERSION: '5' - - - NODE_VERSION: '8' - NPM_VERSION: '>2.7.0 <6.0.0' - PNPM_VERSION: '3' - - - NODE_VERSION: '6' - NPM_VERSION: '>2.7.0 <6.0.0' - PNPM_VERSION: '2' - - - NODE_VERSION: '4' - NPM_VERSION: '>2.7.0 <6.0.0' - PNPM_VERSION: '1' - - - NODE_VERSION: '0.12' - NPM_VERSION: '>2.7.0 <4.0.0' - - - NODE_VERSION: '0.10' - NPM_VERSION: '>2.7.0 <4.0.0' - - # Exclude certain matrix combinations: - exclude: - - NODE_VERSION: '0.12' - PACKAGE_MANAGER: 'pnpm' - - - NODE_VERSION: '0.12' - PACKAGE_MANAGER: 'yarn' - - - NODE_VERSION: '0.10' - PACKAGE_MANAGER: 'pnpm' - - - NODE_VERSION: '0.10' - PACKAGE_MANAGER: 'yarn' - # Set defaults: defaults: run: diff --git a/.github/workflows/macos_test_npm_install.yml b/.github/workflows/macos_test_npm_install.yml index b8d91a63598a..a3646ece0126 100644 --- a/.github/workflows/macos_test_npm_install.yml +++ b/.github/workflows/macos_test_npm_install.yml @@ -103,30 +103,6 @@ jobs: - NODE_VERSION: '16' NPM_VERSION: '>2.7.0 <10.0.0' - - NODE_VERSION: '14' - NPM_VERSION: '>2.7.0 <10.0.0' - - - NODE_VERSION: '12' - NPM_VERSION: '>2.7.0 <9.0.0' - - - NODE_VERSION: '10' - NPM_VERSION: '>2.7.0 <7.0.0' - - - NODE_VERSION: '8' - NPM_VERSION: '>2.7.0 <6.0.0' - - - NODE_VERSION: '6' - NPM_VERSION: '>2.7.0 <6.0.0' - - - NODE_VERSION: '4' - NPM_VERSION: '>2.7.0 <6.0.0' - - - NODE_VERSION: '0.12' - NPM_VERSION: '>2.7.0 <4.0.0' - - - NODE_VERSION: '0.10' - NPM_VERSION: '>2.7.0 <4.0.0' - # Set defaults: defaults: run: