Skip to content

Commit d297ad1

Browse files
authored
Update nodejs.yml
1 parent 565bc5c commit d297ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node-version:
1414
- 16.x
15-
- 17.x
15+
- 18.x
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node-version }}
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
message: chore(${{ env.NAME }}) lint using actions
3030
- name: Coverage
31-
run: redrun coverage:ci report
31+
run: redrun coverage report
3232
- name: Coveralls
3333
uses: coverallsapp/github-action@master
3434
with:

0 commit comments

Comments
 (0)