We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2597ac7 commit 287ef02Copy full SHA for 287ef02
1 file changed
.github/workflows/nodejs.yml
@@ -10,7 +10,6 @@ jobs:
10
strategy:
11
matrix:
12
node-version:
13
- - 20.x
14
- 22.x
15
- 24.x
16
- 25.x
@@ -31,7 +30,7 @@ jobs:
31
30
uses: EndBug/add-and-commit@v9
32
continue-on-error: true
33
with:
34
- message: chore(${{ env.NAME }}) lint using actions
+ message: "chore: ${{ env.NAME }}: actions: lint ☘️"
35
- name: Coverage
36
run: redrun coverage report
37
- name: Coveralls
0 commit comments