Skip to content

Commit ffda6ab

Browse files
committed
Remove Node.js versions v0.10.x and v0.12.x
These versions are difficult for us to test and support on Windows in CI.
1 parent 50937ba commit ffda6ab

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/windows_test_npm_install.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
BUILD_TASK: ['test-npm-install']
6565

6666
# Define the list of Node.js versions:
67-
NODE_VERSION: ['16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
67+
NODE_VERSION: ['16', '14', '12', '10', '8', '6', '4']
6868

6969
# Define the list of operating systems:
7070
OS: ['windows-latest']
@@ -99,12 +99,6 @@ jobs:
9999
- NODE_VERSION: '4'
100100
NPM_VERSION: '>2.7.0 <6.0.0'
101101

102-
- NODE_VERSION: '0.12'
103-
NPM_VERSION: '>2.7.0 <4.0.0'
104-
105-
- NODE_VERSION: '0.10'
106-
NPM_VERSION: '>2.7.0 <4.0.0'
107-
108102
# Set defaults:
109103
defaults:
110104
run:

0 commit comments

Comments
 (0)