]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Drop support for Node.js 8. (#29496)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 9 Oct 2019 08:11:37 +0000 (11:11 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2019 08:11:37 +0000 (11:11 +0300)
By the time v5 stable will be out, 8 will be EOL (December 2019).

.github/workflows/test.yml
package.json

index 5fbe7ff7cda04c4065cd01aae753f52673bb342b..96d74522ca20031ad59f2701af52d1cf85732167 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node: [8, 10, 12]
+        node: [10, 12]
 
     steps:
       - name: Clone repository
index 3e9e97af8d63cc225b46ad7dc781d70d1db1fd9b..3c12d14102f03d8ca99aae9bbc16ea25fab4fe8e 100644 (file)
     "vnu-jar": "19.9.4"
   },
   "engines": {
-    "node": ">=8"
+    "node": ">=10"
   },
   "files": [
     "dist/{css,js}/*.{css,js,map}",