Skip to content

Commit 291f8d4

Browse files
authored
Merge pull request #391 from sir-gon/develop
Develop
2 parents 6b8eac6 + d96b9bf commit 291f8d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [22.x]
18+
node-version: [22.4.1]
1919
# See supported Node.js release schedule
2020
# at https://nodejs.org/en/about/releases/
2121

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
"ubuntu-latest",
2121
"macOS-latest"
2222
]
23-
node-version: [18.x, 20.x, 22.x]
23+
node-version: [18.x, 20.x, 22.4.1]
2424
# See supported Node.js release schedule
2525
# at https://nodejs.org/en/about/releases/
2626

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ test: env dependencies
8484
coverage: test
8585

8686
coverage/html: coverage
87+
open coverage/lcov-report/index.html
8788

8889
outdated:
8990
-npm outdated

0 commit comments

Comments
 (0)