From: Jérôme Benoit Date: Mon, 24 Oct 2022 22:53:44 +0000 (+0200) Subject: Use a supported GH action to read package.json X-Git-Tag: v2.3.8~107 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8fddc4b99db0faa9e922d2c0d9d44c00a105374a;p=poolifier.git Use a supported GH action to read package.json Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e180d71e..80e71656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 6b1a3731..8840dd99 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -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 diff --git a/.prettierignore b/.prettierignore index 99d9d1f9..9372a019 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,7 @@ .nyc_output/ coverage/ reports/ +benchmarks/internal/results/ docs/ outputs/ lib/