]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
JS tests: add Node.js 16 (#33720)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 22 Apr 2021 10:51:03 +0000 (13:51 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 21 May 2021 05:19:22 +0000 (08:19 +0300)
.github/workflows/js.yml

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