Skip to content

Commit

Permalink
Bump to node 20 (#81)
Browse files Browse the repository at this point in the history
* Update node version (#80)

* 1.0.25

* changelog for 1.0.25

---------

Co-authored-by: kagan <[email protected]>
  • Loading branch information
MishaKav and kagankan committed Jan 30, 2024
1 parent f2e8b56 commit c2d5cfd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog of the Jest Coverage Comment

## [Jest Coverage Comment 1.0.25](https://github.com/MishaKav/jest-coverage-comment/tree/v1.0.25)

**Release Date:** 2024-01-30

#### Changes

- Change `node16` to `node20`, thanks to [@kagankan](https://github.com/kagankan) for contribution

## [Jest Coverage Comment 1.0.24](https://github.com/MishaKav/jest-coverage-comment/tree/v1.0.24)

**Release Date:** 2023-11-23
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ outputs:
description: 'Statements covered, get from Jest text report'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-coverage-comment",
"version": "1.0.24",
"version": "1.0.25",
"description": "Comments a pull request or commit with the jest code coverage badge, full report and tests summary",
"author": "Misha Kav <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c2d5cfd

Please sign in to comment.