]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: remove Node.js 10 (#33923)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 11 May 2021 05:34:21 +0000 (08:34 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 21 May 2021 05:19:22 +0000 (08:19 +0300)
Node.js 10 is EOL since 30/04/2021

.github/workflows/js.yml

index 9a2d92f9417d421869c7d8f945c24bf649f1b906..4303165dc9d706421af5767d7b19f52632a6e67c 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node: [10, 12, 14, 16]
+        node: [12, 14, 16]
 
     steps:
       - name: Clone repository