]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Change Node tested versions from 10/16/18 to 10/18/20
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 6 Nov 2023 13:03:51 +0000 (14:03 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 13:03:51 +0000 (14:03 +0100)
Closes gh-2195

.github/workflows/test.yml

index 6c3009d76c3ea8d176f799240e03d1b1ac58323e..1f4a690369cd25acbd1361e0da4d50b835a06885 100644 (file)
@@ -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