Use a supported GH action to read package.json
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Oct 2022 22:53:44 +0000 (00:53 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Oct 2022 22:53:44 +0000 (00:53 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
.github/workflows/npmpublish.yml
.prettierignore

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
index 6b1a3731c6e8678da4fb2320daf009eb9055ad87..8840dd9903a09a0d2d7c1a7a1166c04ffaf81a40 100644 (file)
@@ -46,8 +46,8 @@ jobs:
           registry-url: https://registry.npmjs.org/
 
       - name: Read package.json version
-        uses: tyankatsu0105/read-package-version-actions@v1
         id: package-version
+        uses: jaywcjlove/github-action-package@main
 
       - name: Install
         run: npm ci
index 99d9d1f95d95226f3bda99114a500b5b96e2dc71..9372a0191c478974269ae91d9257f2d66c5844ae 100644 (file)
@@ -1,6 +1,7 @@
 .nyc_output/
 coverage/
 reports/
+benchmarks/internal/results/
 docs/
 outputs/
 lib/