From: XhmikosR Date: Tue, 11 May 2021 05:34:21 +0000 (+0300) Subject: CI: remove Node.js 10 (#33923) X-Git-Tag: v4.6.1~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68f6aa678046ec921958ef3b2f9cd834122ae5e3;p=thirdparty%2Fbootstrap.git CI: remove Node.js 10 (#33923) Node.js 10 is EOL since 30/04/2021 --- diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 9a2d92f941..4303165dc9 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - node: [10, 12, 14, 16] + node: [12, 14, 16] steps: - name: Clone repository