From: Tim Düsterhus <duesterhus@woltlab.com> Date: Wed, 1 Jun 2022 12:27:50 +0000 (+0200) Subject: Remove node.js 10 and 12 from CI jobs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9868bdcbe437571fb849ec9e8c3ae5f047331be0;p=GitHub%2FWoltLab%2Fblacklist.git Remove node.js 10 and 12 from CI jobs --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 849bf82..4637775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: strategy: matrix: node: - - '10' - - '12' - '14' - '16' - '18'