From bc82694cd6170ba93498bbadc7a45d087b8d9efb Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Thu, 14 Nov 2019 03:48:34 +0800 Subject: [PATCH] add node-chakracore to CI testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b2c86399f8..78ccd70376b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - node: [ "0.10", 0.12, 4, 6, 8, 10, latest ] + node: [ "0.10", 0.12, 4, 6, 8, 10, latest, chakracore ] script: [ compress, mocha, release/benchmark, release/jetstream ] name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }} runs-on: ${{ matrix.os }}