From: XhmikosR Date: Wed, 9 Oct 2019 08:11:37 +0000 (+0300) Subject: Drop support for Node.js 8. (#29496) X-Git-Tag: v5.0.0-alpha1~735 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133e0c8c9a7fdb7bd4d5ebd82ce6d8dc944e0a4f;p=thirdparty%2Fbootstrap.git Drop support for Node.js 8. (#29496) By the time v5 stable will be out, 8 will be EOL (December 2019). --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5fbe7ff7cd..96d74522ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node: [8, 10, 12] + node: [10, 12] steps: - name: Clone repository diff --git a/package.json b/package.json index 3e9e97af8d..3c12d14102 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "vnu-jar": "19.9.4" }, "engines": { - "node": ">=8" + "node": ">=10" }, "files": [ "dist/{css,js}/*.{css,js,map}",