Use a supported GH action to read package.json
[poolifier.git] / .github / workflows / ci.yml
index e180d71e99944cd0e3ac5b2795617855cfccffbb..80e716564d76e050e788de5454bbdf4c4dce6929 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['16.x', '18.x']
+        node: ['16.x', '18.x', '19.x']
 
     steps:
       - name: Checkout