Remove node.js 14 from CI jobs
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 17 Feb 2023 11:05:41 +0000 (12:05 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 11:05:41 +0000 (12:05 +0100)
.github/workflows/ci.yml

index 4637775cace1764a1ac4283f433db961f915145a..c2a2ff33645a084fdb95ad0cb814a7f675df0b04 100644 (file)
@@ -15,7 +15,6 @@ jobs:
     strategy:
       matrix:
         node:
-          - '14'
           - '16'
           - '18'
     steps: