Skip to content

Commit

Permalink
Merge pull request #43 from gkozlenko/node-22
Browse files Browse the repository at this point in the history
Node.js 22
  • Loading branch information
gkozlenko authored Apr 27, 2024
2 parents bb20ad3 + c657638 commit 580d434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=$(<coverage/coverage-summary.json)
Expand All @@ -48,6 +48,6 @@ jobs:

- name: Update Coverage Badge
if: |
matrix.node-version == '18.x' &&
matrix.node-version == '20.x' &&
github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
uses: we-cli/coverage-badge-action@main

0 comments on commit 580d434

Please sign in to comment.