Skip to content

Commit e1a4f1c

Browse files
committed
build: disable older Node.js versions
This commit is intended to get something working until we have time to debug what is going on with older npm installs.
1 parent 75419ae commit e1a4f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
BUILD_TASK: ['test-install']
8787

8888
# Define the list of Node.js versions on which to run this job:
89-
NODE_VERSION: ['20', '18', '16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
89+
NODE_VERSION: ['20', '18', '16'] # ['20', '18', '16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
9090

9191
# Define the list of package managers to test:
9292
PACKAGE_MANAGER: ['npm']

0 commit comments

Comments
 (0)