Skip to content

Commit b8e8072

Browse files
committed
Use NodeJS 20 to run eslint/coveralls/codeclimate
1 parent 0f782bf commit b8e8072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- run: npm i
3535
- run: npm test
3636
- run: npm run eslint
37-
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
37+
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
3838
- name: Coveralls
39-
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
39+
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
4040
uses: coverallsapp/github-action@master
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Publish codeclimate code coverage
44-
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
44+
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
4545
uses: paambaati/codeclimate-action@v5.0.0
4646
env:
4747
CC_TEST_REPORTER_ID: d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154

0 commit comments

Comments
 (0)