From dba96ddf4cc69e81169819138221725e546e4064 Mon Sep 17 00:00:00 2001 From: Jon Church Date: Sat, 20 Apr 2024 14:54:47 -0400 Subject: [PATCH] fixup! create cross platform ci, drop linting and code cov for now --- .github/workflows/experimental.ci.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/experimental.ci.yaml b/.github/workflows/experimental.ci.yaml index 41153b3b19..b18f64aa97 100644 --- a/.github/workflows/experimental.ci.yaml +++ b/.github/workflows/experimental.ci.yaml @@ -23,6 +23,27 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] + node-version: + - "0.10.x" + - "0.12.x" + - "4.x" + - "5.x" + - "6.x" + - "7.x" + - "8.x" + - "9.x" + - "10.x" + - "11.x" + - "12.x" + - "13.x" + - "14.x" + - "15.x" + - "16.x" + - "17.x" + - "18.x" + - "19.x" + - "20.x" + - "21.x" include: - node-version: "0.10.x" npm-i: "mocha@3.5.3 nyc@10.3.2 supertest@2.0.0"