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=$(