Merge pull request #443 from dorny/release/v1.9.1

This commit is contained in:
Jozef Izso 2024-05-08 13:27:39 +02:00 committed by GitHub
commit 31a54ee7eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "test-reporter",
"version": "1.9.0",
"version": "1.9.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "test-reporter",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View file

@ -1,6 +1,6 @@
{
"name": "test-reporter",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"description": "Presents test results from popular testing frameworks as Github check run",
"main": "lib/main.js",