We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7905e2 + 8075048 commit e6873efCopy full SHA for e6873ef
.github/workflows/pull-request.yml
@@ -35,9 +35,6 @@ jobs:
35
- name: 🧪 Run tests
36
run: npx jest --ci --json --coverage --testLocationInResults --outputFile=coverage/report.json
37
38
- - name: Debug
39
- run: ls -alt coverage
40
-
41
- name: 🧪 Create coverage report markdown
42
uses: ArtiomTr/jest-coverage-report-action@v2
43
id: coverage
package.json
@@ -76,7 +76,7 @@
76
"typescript-eslint": "^8.33.0"
77
},
78
"engines": {
79
- "node": ">=22 <26",
+ "node": ">=24 <26",
80
"npm": "please-use-yarn"
81
82
"homepage": "https://github.com/Celtian/ngx-nullable",
0 commit comments