diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-03-02 04:55:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 04:55:09 +0800 |
commit | 68b2dadc58d649f3a917b602a66804ad50aae2ae (patch) | |
tree | 8a92d35ea028d97ec4637c8699d312756f013d77 /.github/workflows/ci.yml | |
parent | bd737200615551e49d929fd6a55c3c71362ec507 (diff) | |
download | tracifyjs-68b2dadc58d649f3a917b602a66804ad50aae2ae.tar.gz tracifyjs-68b2dadc58d649f3a917b602a66804ad50aae2ae.zip |
enhance `side_effects` & `unused` (#4711)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cc18d88..60db779c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: test: strategy: matrix: - node: [ '0.8', '0.10', '0.12', '4', '6', '8', '10', '12', latest ] + node: [ '0.8', '0.10', '0.12', '4', '6', '8', '10', '12', '14', latest ] os: [ ubuntu-latest, windows-latest ] script: [ compress, mocha, release/benchmark, release/jetstream ] exclude: |