| 1234567891011121314151617181920 | # need to declare the language as well as the matrix belowlanguage: node_jsos:  - windowsnode_js:  - 14  - 12  - 10  - 8  - 6env: "DEPLOY_VERSION=testing"install:  - "node . install"script:  - "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"
 |