Skip to content

Commit bc82694

Browse files
committedNov 13, 2019
add node-chakracore to CI testing
1 parent 9f2d12f commit bc82694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ ubuntu-latest, windows-latest ]
8-
node: [ "0.10", 0.12, 4, 6, 8, 10, latest ]
8+
node: [ "0.10", 0.12, 4, 6, 8, 10, latest, chakracore ]
99
script: [ compress, mocha, release/benchmark, release/jetstream ]
1010
name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }}
1111
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)
Please sign in to comment.