CI: use latest node.js stable version
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 20 Apr 2022 15:31:25 +0000 (17:31 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 20 Apr 2022 15:31:25 +0000 (17:31 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 3664bbb5b2806b97569c62cf3f63a9d34ae19232..af014eb55b5b1783fb60efef18b4dcf5773eef42 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node: ['14.x', '16.x', '17.x']
+        node: ['14.x', '16.x', '18.x']
     steps:
       - uses: actions/checkout@v3
         with: