From: Tim Düsterhus Date: Fri, 17 Feb 2023 11:05:41 +0000 (+0100) Subject: Remove node.js 14 from CI jobs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ccbded30c7c7b8707f0d04f49d7c96f5c76b207b;p=GitHub%2FWoltLab%2Fblacklist.git Remove node.js 14 from CI jobs --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4637775..c2a2ff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: node: - - '14' - '16' - '18' steps: