build: pin node version to 19.7 in CI
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Mar 2023 14:30:51 +0000 (15:30 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Mar 2023 14:30:51 +0000 (15:30 +0100)
https://github.com/nodejs/node/issues/47096

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 48887ca7c14a2f280023ab15f19df9453e512f2f..1ebf798a946325a446cf92528d8e73de36237210 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', '19.7,x']
     steps:
       - uses: actions/checkout@v3
         with:
@@ -46,7 +46,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['16.x', '18.x', '19.x']
+        node: ['16.x', '18.x', '19.7.x']
     steps:
       - uses: actions/checkout@v3
         with: