From: XhmikosR Date: Thu, 22 Apr 2021 10:51:03 +0000 (+0300) Subject: JS tests: add Node.js 16 (#33720) X-Git-Tag: v4.6.1~51 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ed3845f31e019ade9a1fd2480a9327ebe443d26;p=thirdparty%2Fbootstrap.git JS tests: add Node.js 16 (#33720) --- diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 0a4fe259ac..9a2d92f941 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] + node: [10, 12, 14, 16] steps: - name: Clone repository