From afb83c315dac08e632d2b6d8d4f1541bd93e1ca8 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Thu, 30 Mar 2023 00:21:25 +0200 Subject: Build: Test on Node 10, 16 & 18; fix CI in Node <16 Ref gh-2157 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e16860c6..1708fb236 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x] + # Node.js 10 is required by jQuery infra + node-version: [10.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 -- cgit v1.2.3