From: Alex Lam S.L Date: Tue, 5 May 2020 19:29:23 +0000 (+0100) Subject: fix intermittent CI failures on GitHub Actions (#3851) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=66ab2df97fa3d72e81231902679cca0fd4ff918f;p=UglifyJS.git fix intermittent CI failures on GitHub Actions (#3851) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d414e51e..07626baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: os: [ ubuntu-latest, windows-latest ] script: [ compress, mocha, release/benchmark, release/jetstream ] exclude: + - node: "0.8" + script: release/benchmark - node: "0.8" script: release/jetstream name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}