Skip to content

Commit

Permalink
add node-chakracore to CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Nov 13, 2019
1 parent 9f2d12f commit cf2d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit cf2d9c0

Please sign in to comment.