Skip to content

Commit 0c6ed6a

Browse files
committed
build: remove versions not supported by GitHub CI for MacOS latest
Ref: https://github.com/stdlib-js/stdlib/actions/runs/11082738186
1 parent 4728ffc commit 0c6ed6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
BUILD_TASK: ['test-npm-install']
8585

8686
# Define the list of Node.js versions:
87-
NODE_VERSION: ['20', '18', '16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
87+
NODE_VERSION: ['20', '18', '16']
8888

8989
# Define the list of operating systems:
9090
OS: ['macOS-latest']

0 commit comments

Comments
 (0)