From cf2d9c05bae32f65dffa6bddf0deac323cb83527 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..4abc2fc557e 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-nightly ] script: [ compress, mocha, release/benchmark, release/jetstream ] name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }} runs-on: ${{ matrix.os }}