Remove node.js 10 and 12 from CI jobs
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 Jun 2022 12:27:50 +0000 (14:27 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 12:27:50 +0000 (14:27 +0200)
.github/workflows/ci.yml

index 849bf8230af02af2786f2d7bfcc89ceea50cfa85..4637775cace1764a1ac4283f433db961f915145a 100644 (file)
@@ -15,8 +15,6 @@ jobs:
     strategy:
       matrix:
         node:
-          - '10'
-          - '12'
           - '14'
           - '16'
           - '18'