From c65763856745b8a14c7b3e7aa32749a763fe4078 Mon Sep 17 00:00:00 2001 From: Gennady Kozlenko Date: Sat, 27 Apr 2024 12:00:36 +0200 Subject: [PATCH] Node.js 22 Test project on Node.js 22 --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 143ebf6..91122a1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] steps: - name: Checkout @@ -31,7 +31,7 @@ jobs: - name: Comment on PR with coverage percentages if: | - matrix.node-version == '18.x' && + matrix.node-version == '20.x' && github.event_name == 'pull_request' run: | REPORT=$(