aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-03-02 22:07:30 +0800
committerGitHub <noreply@github.com>2020-03-02 22:07:30 +0800
commitbca52fcba2a99433ce0e30ef7357bd46b676380c (patch)
treebb56892c5ff2c89b9d85a07ee03223128fe3f12b
parentd6d31cbb5a4e6bcf69e79260578e2040d6787a38 (diff)
downloadtracifyjs-bca52fcba2a99433ce0e30ef7357bd46b676380c.tar.gz
tracifyjs-bca52fcba2a99433ce0e30ef7357bd46b676380c.zip
speed up CI (#3741)
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4b2c8639..acf241d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,10 +4,10 @@ jobs:
test:
strategy:
matrix:
+ node: [ "0.10", "0.12", 4, 6, 8, 10, latest ]
os: [ ubuntu-latest, windows-latest ]
- node: [ "0.10", 0.12, 4, 6, 8, 10, latest ]
script: [ compress, mocha, release/benchmark, release/jetstream ]
- name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }}
+ name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}
runs-on: ${{ matrix.os }}
env:
NODE: ${{ matrix.node }}