From 68b2dadc58d649f3a917b602a66804ad50aae2ae Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 2 Mar 2021 04:55:09 +0800 Subject: enhance `side_effects` & `unused` (#4711) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') 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: -- cgit v1.2.3