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

index 5b00841d64626e03a8ea4cfe195258be754465ff..ae992b24d0b0637e66611f695b0f966a75d01fb0 100644 (file)
@@ -12,7 +12,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:
       - uses: actions/checkout@v3
         with:
@@ -49,7 +49,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:
       - uses: actions/checkout@v3
         with: