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

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

index 2745d2f298229d059a008d6c88b2895f2884b2a2..3f5aef75e122d9d7abde26ee55f2c6cc45e53bc1 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', '19.7.x']
 
     steps:
       - name: Checkout