We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2d12f commit bc82694Copy full SHA for bc82694
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
os: [ ubuntu-latest, windows-latest ]
8
- node: [ "0.10", 0.12, 4, 6, 8, 10, latest ]
+ node: [ "0.10", 0.12, 4, 6, 8, 10, latest, chakracore ]
9
script: [ compress, mocha, release/benchmark, release/jetstream ]
10
name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }}
11
runs-on: ${{ matrix.os }}
0 commit comments