From 2de8604b67983a53fd42b24610a59e140a1425e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 6 Nov 2023 14:03:51 +0100 Subject: [PATCH] Build: Change Node tested versions from 10/16/18 to 10/18/20 Closes gh-2195 --- .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 6c3009d76..1f4a69036 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