Skip to content

Commit

Permalink
build: disable older Node.js versions
Browse files Browse the repository at this point in the history
This commit is intended to get something working until we have time
to debug what is going on with older npm installs.
  • Loading branch information
kgryte committed Sep 29, 2024
1 parent 75419ae commit e1a4f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
NODE_VERSION: ['20', '18', '16'] # ['20', '18', '16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']

# Define the list of package managers to test:
PACKAGE_MANAGER: ['npm']
Expand Down

0 comments on commit e1a4f1c

Please sign in to comment.