build(ci): switch to node 20.x
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 19 Apr 2023 18:32:17 +0000 (20:32 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 19 Apr 2023 18:32:17 +0000 (20:32 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index ac9250510d785378b280816e95d4dc1f5b46c506..9afb4a2426d7e3ad9aa23e410b85af03cdbf8480 100644 (file)
@@ -20,7 +20,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['16.x', '18.x', '19.x']
+        node: ['16.x', '18.x', '20.x']
 
     steps:
       - name: Checkout