From c9a7071c49b1430e8624d003ea3c4e4af790f86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 6 Nov 2023 13:48:49 +0100 Subject: [PATCH] Build: Change Node tested versions from 10/16/18 to 10/18/20 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c3009d76c..1f4a690369 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # Node.js 10 is required by jQuery infra - node-version: [10.x, 16.x, 18.x] + node-version: [10.x, 18.x, 20.x] steps: - uses: actions/checkout@v4